diff --git a/packages/types/index.d.ts b/packages/types/index.d.ts index 228558e3..514eb206 100644 --- a/packages/types/index.d.ts +++ b/packages/types/index.d.ts @@ -125,6 +125,12 @@ export interface IPermissionCatalog { conditions: { label: string; key: string }[]; } +export interface IConfig { + id: string; + key: string; + value: IJSONObject; +} + export interface IFieldDropdown { key: string; label: string;