diff --git a/packages/types/src/sdk/licensing/feature.ts b/packages/types/src/sdk/licensing/feature.ts index 3072935682..6ed2456ea6 100644 --- a/packages/types/src/sdk/licensing/feature.ts +++ b/packages/types/src/sdk/licensing/feature.ts @@ -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 }