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
|
||||
priceId: string
|
||||
dayPasses: number
|
||||
isPerUser: boolean
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue