1
0
This commit is contained in:
Zef Hemel
2022-05-17 08:32:33 +02:00
parent 2cdd3df6c3
commit cd89634fd6
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ export type PageMeta = {
name: string;
lastModified: number;
lastOpened?: number;
created?: boolean;
perm: "ro" | "rw";
};
// Used by FilterBox