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;
workspaceId: string;
isLocked: boolean;
lastUpdatedById: Date;
lastUpdatedById: string;
createdAt: Date;
updatedAt: Date;
deletedAt: Date;