1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12: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 = {
[MonthlyQuotaName.QUERIES]: Quota
[MonthlyQuotaName.AUTOMATIONS]: Quota
[MonthlyQuotaName.DAY_PASSES]: Quota
[MonthlyQuotaName.DAY_PASSES]?: Quota
}
export type StaticQuotas = {