mirror of
https://github.com/docmost/docmost.git
synced 2026-05-21 09:14:07 +08:00
feat: give workspace owners global space management permission
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import {
|
||||
IsBoolean,
|
||||
IsNumber,
|
||||
IsOptional,
|
||||
IsPositive,
|
||||
@@ -23,4 +24,9 @@ export class PaginationOptions {
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
query: string;
|
||||
|
||||
//for space endpoint workspace owners
|
||||
@IsOptional()
|
||||
@IsBoolean()
|
||||
includeAllSpaces?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user