Type Alias: ConfigValueGroup
type ConfigValueGroup = {
name?: string;
values: Record<string, ConfigValue>;
};
Properties
| Property | Type |
|---|---|
name? |
string |
values |
Record<string, ConfigValue> |
type ConfigValueGroup = {
name?: string;
values: Record<string, ConfigValue>;
};
| Property | Type |
|---|---|
name? |
string |
values |
Record<string, ConfigValue> |