Andi Skill Builder API Documentation

Type Alias: ConfigValueGroup

type ConfigValueGroup = {
  name?: string;
  values: Record<string, ConfigValue>;
};

Properties

Property Type
name? string
values Record<string, ConfigValue>