This commit is contained in:
Philipinho
2025-04-29 13:32:18 +01:00
parent ea1ec7cbe7
commit 7e1ef7e84e

View File

@@ -12,7 +12,7 @@ export interface IPage {
spaceId: string; spaceId: string;
workspaceId: string; workspaceId: string;
isLocked: boolean; isLocked: boolean;
lastUpdatedById: Date; lastUpdatedById: string;
createdAt: Date; createdAt: Date;
updatedAt: Date; updatedAt: Date;
deletedAt: Date; deletedAt: Date;