From 7e1ef7e84e1e88d5f67c38e8e458c921641087bd Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Tue, 29 Apr 2025 13:32:18 +0100 Subject: [PATCH] fix type --- apps/client/src/features/page/types/page.types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;