mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-19 11:11:05 +10:00
feat: spaces - WIP
This commit is contained in:
@ -16,4 +16,7 @@ export class CreatePageDto {
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
parentPageId?: string;
|
||||
|
||||
@IsString()
|
||||
spaceId: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user