fix type
This commit is contained in:
parent
e455154b7d
commit
1111df65cd
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ export interface IWorkspace {
|
||||||
disablePublicSharing?: boolean;
|
disablePublicSharing?: boolean;
|
||||||
mcpEnabled?: boolean;
|
mcpEnabled?: boolean;
|
||||||
trashRetentionDays?: number;
|
trashRetentionDays?: number;
|
||||||
|
restrictApiToAdmins?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IWorkspaceSettings {
|
export interface IWorkspaceSettings {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue