Andi Skill Builder API Documentation

Type Alias: ConfigOption

type ConfigOption = {
  key: string;
  type: ConfigOptionType;
};

Properties

Property Type
key string
type ConfigOptionType