Extracted syscall packages

This commit is contained in:
Zef Hemel
2022-04-01 17:07:08 +02:00
parent 7f647758c2
commit 3aafa63073
34 changed files with 411 additions and 124 deletions
+6
View File
@@ -0,0 +1,6 @@
export type PageMeta = {
name: string;
lastModified: number;
lastOpened?: number;
created?: boolean;
};