mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
feat: impl unlimited features (#5659)
This commit is contained in:
@@ -854,10 +854,20 @@ export type WorkspaceQuotaQuery = {
|
||||
__typename?: 'WorkspaceType';
|
||||
quota: {
|
||||
__typename?: 'QuotaQueryType';
|
||||
humanReadableName: string;
|
||||
storageQuota: number;
|
||||
usedSize: number;
|
||||
name: string;
|
||||
blobLimit: number;
|
||||
storageQuota: number;
|
||||
historyPeriod: number;
|
||||
memberLimit: number;
|
||||
usedSize: number;
|
||||
humanReadable: {
|
||||
__typename?: 'HumanReadableQuotaType';
|
||||
name: string;
|
||||
blobLimit: string;
|
||||
storageQuota: string;
|
||||
historyPeriod: string;
|
||||
memberLimit: string;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user