Merge pull request #8811 from Budibase/per-user-fixes
Update Price type def
This commit is contained in:
commit
938b6af7d9
|
@ -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