parent
311ad6b6a5
commit
1f85b56a99
|
@ -61,7 +61,7 @@ export type PlanQuotas = { [key in PlanType]: Quotas | undefined }
|
||||||
export type MonthlyQuotas = {
|
export type MonthlyQuotas = {
|
||||||
[MonthlyQuotaName.QUERIES]: Quota
|
[MonthlyQuotaName.QUERIES]: Quota
|
||||||
[MonthlyQuotaName.AUTOMATIONS]: Quota
|
[MonthlyQuotaName.AUTOMATIONS]: Quota
|
||||||
[MonthlyQuotaName.DAY_PASSES]?: Quota
|
[MonthlyQuotaName.DAY_PASSES]: Quota
|
||||||
}
|
}
|
||||||
|
|
||||||
export type StaticQuotas = {
|
export type StaticQuotas = {
|
||||||
|
|
Loading…
Reference in New Issue