add timestamps

This commit is contained in:
Philipinho
2026-01-27 16:49:22 +00:00
parent 6ccb2bb872
commit 3523600f40
3 changed files with 10 additions and 0 deletions
@@ -4,6 +4,8 @@ export type ExportPageMetadata = {
icon: string | null;
position: string;
parentPath: string | null;
createdAt: string;
updatedAt: string;
};
export type ExportMetadata = {