chore(prettier): fix all files

This commit is contained in:
Elian Doran
2025-01-09 18:07:02 +02:00
parent 19ee861699
commit 4cbb529fd4
571 changed files with 23226 additions and 23940 deletions

6
src/express.d.ts vendored
View File

@@ -4,18 +4,18 @@ export declare module "express-serve-static-core" {
interface Request {
session: Session & {
loggedIn: boolean;
},
};
headers: {
"x-local-date"?: string;
"x-labels"?: string;
"authorization"?: string;
authorization?: string;
"trilium-cred"?: string;
"x-csrf-token"?: string;
"trilium-component-id"?: string;
"trilium-local-now-datetime"?: string;
"trilium-hoisted-note-id"?: string;
}
};
}
}