Update Price type def

This commit is contained in:
Rory Powell 2022-11-25 11:00:35 +00:00
parent 027ff0e42f
commit e450afa4b7
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
}