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