fix(server): page variant may exist

This commit is contained in:
forehalo 2023-11-02 18:25:30 +08:00
parent 7e516236f5
commit 5e9efbffa3
No known key found for this signature in database

View File

@ -2,6 +2,7 @@ import { registerEnumType } from '@nestjs/graphql';
export enum DocVariant {
Workspace = 'workspace',
Page = 'page',
Space = 'space',
Settings = 'settings',
Unknown = 'unknown',