Interface AutoCompleteInteractionResponsePayload

Hierarchy

  • AutoCompleteInteractionResponsePayload

Properties

Properties

choices: {
    name: string;
    nameLocalizations?: Record<Locales, string>;
    value: string;
}[]

Type declaration

  • name: string
  • Optional nameLocalizations?: Record<Locales, string>
  • value: string

Generated using TypeDoc