mirror of
https://github.com/docmost/docmost.git
synced 2026-05-19 07:54:05 +08:00
add timestamps
This commit is contained in:
@@ -4,6 +4,8 @@ export type ExportPageMetadata = {
|
||||
icon: string | null;
|
||||
position: string;
|
||||
parentPath: string | null;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
};
|
||||
|
||||
export type ExportMetadata = {
|
||||
|
||||
Reference in New Issue
Block a user