chore: Add IConfig type
This commit is contained in:
6
packages/types/index.d.ts
vendored
6
packages/types/index.d.ts
vendored
@@ -125,6 +125,12 @@ export interface IPermissionCatalog {
|
|||||||
conditions: { label: string; key: string }[];
|
conditions: { label: string; key: string }[];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface IConfig {
|
||||||
|
id: string;
|
||||||
|
key: string;
|
||||||
|
value: IJSONObject;
|
||||||
|
}
|
||||||
|
|
||||||
export interface IFieldDropdown {
|
export interface IFieldDropdown {
|
||||||
key: string;
|
key: string;
|
||||||
label: string;
|
label: string;
|
||||||
|
Reference in New Issue
Block a user