diff --git a/apps/client/src/features/page/types/page.types.ts b/apps/client/src/features/page/types/page.types.ts index 40b8fce7..9156c98c 100644 --- a/apps/client/src/features/page/types/page.types.ts +++ b/apps/client/src/features/page/types/page.types.ts @@ -12,7 +12,7 @@ export interface IPage { spaceId: string; workspaceId: string; isLocked: boolean; - lastUpdatedById: Date; + lastUpdatedById: string; createdAt: Date; updatedAt: Date; deletedAt: Date;