Update Price type def
This commit is contained in:
parent
6cd4b358d2
commit
30a5d9939f
|
@ -23,4 +23,5 @@ export interface Price {
|
||||||
duration: PriceDuration
|
duration: PriceDuration
|
||||||
priceId: string
|
priceId: string
|
||||||
dayPasses: number
|
dayPasses: number
|
||||||
|
isPerUser: boolean
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue