Update Price type def

This commit is contained in:
Rory Powell 2022-11-25 11:00:35 +00:00
parent 6cd4b358d2
commit 30a5d9939f
1 changed files with 1 additions and 0 deletions

View File

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