Andi Skill Builder API Documentation

Type Alias: SimpleConfigKey

type SimpleConfigKey = Extract<ConfigKey, {
  dataType: "number" | "text" | "date" | "boolean" | "secret";
}>;