1
0
Fork 0
mirror of synced 2024-06-28 19:10:33 +12:00
This commit is contained in:
Rory Powell 2022-09-20 16:17:55 +01:00
parent c3248421d5
commit 0628cf1684

View file

@ -14,6 +14,7 @@ export enum StaticQuotaName {
ROWS = "rows",
APPS = "apps",
USER_GROUPS = "userGroups",
PLUGINS = "plugins",
}
export enum MonthlyQuotaName {
@ -70,6 +71,7 @@ export type Quotas = {
[StaticQuotaName.ROWS]: Quota
[StaticQuotaName.APPS]: Quota
[StaticQuotaName.USER_GROUPS]: Quota
[StaticQuotaName.PLUGINS]: Quota
}
}
[QuotaType.CONSTANT]: {