Day passes are optional
This commit is contained in:
parent
4cc31f0375
commit
8436a8d220
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue