Add PWA feature to types

This commit is contained in:
Peter Clement 2025-03-31 11:44:56 +01:00
parent 90b38c8020
commit 88b8d3f54f
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ export enum Feature {
VIEW_READONLY_COLUMNS = "viewReadonlyColumns", VIEW_READONLY_COLUMNS = "viewReadonlyColumns",
BUDIBASE_AI = "budibaseAI", BUDIBASE_AI = "budibaseAI",
AI_CUSTOM_CONFIGS = "aiCustomConfigs", AI_CUSTOM_CONFIGS = "aiCustomConfigs",
PWA = "pwa",
} }
export type PlanFeatures = { [key in PlanType]: Feature[] | undefined } export type PlanFeatures = { [key in PlanType]: Feature[] | undefined }