1
0
Fork 0
mirror of synced 2024-08-14 17:42:01 +12:00

Update Price type def

This commit is contained in:
Rory Powell 2022-11-25 11:00:35 +00:00
parent 6cd4b358d2
commit 30a5d9939f

View file

@ -23,4 +23,5 @@ export interface Price {
duration: PriceDuration
priceId: string
dayPasses: number
isPerUser: boolean
}