Add PWA feature to types
This commit is contained in:
parent
90b38c8020
commit
88b8d3f54f
|
@ -19,6 +19,7 @@ export enum Feature {
|
|||
VIEW_READONLY_COLUMNS = "viewReadonlyColumns",
|
||||
BUDIBASE_AI = "budibaseAI",
|
||||
AI_CUSTOM_CONFIGS = "aiCustomConfigs",
|
||||
PWA = "pwa",
|
||||
}
|
||||
|
||||
export type PlanFeatures = { [key in PlanType]: Feature[] | undefined }
|
||||
|
|
Loading…
Reference in New Issue