Merge pull request #8811 from Budibase/per-user-fixes

Update Price type def
This commit is contained in:
Rory Powell 2022-11-25 12:44:24 +00:00 committed by GitHub
commit dc96264ca7
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
}