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 938b6af7d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}