1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Day passes are optional

This commit is contained in:
jvcalderon 2023-11-09 09:54:05 +01:00
parent 4cc31f0375
commit 8436a8d220

View file

@ -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 = {