1
0
silverbullet/common/types.ts
2022-04-01 17:07:08 +02:00

7 lines
112 B
TypeScript

export type PageMeta = {
name: string;
lastModified: number;
lastOpened?: number;
created?: boolean;
};