mirror of
https://github.com/docmost/docmost.git
synced 2025-11-27 01:13:37 +10:00
fix type
This commit is contained in:
@@ -12,7 +12,7 @@ export interface IPage {
|
||||
spaceId: string;
|
||||
workspaceId: string;
|
||||
isLocked: boolean;
|
||||
lastUpdatedById: Date;
|
||||
lastUpdatedById: string;
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
deletedAt: Date;
|
||||
|
||||
Reference in New Issue
Block a user