SeyfertStringOption
Signature
export type SeyfertStringOption<T = readonly SeyfertChoice<string>[], R = boolean, VC = never> = SeyfertBaseChoiceableOption<ApplicationCommandOptionType.String, T, R, VC> & { autocomplete?: AutocompleteCallback<string>; onAutocompleteError?: OnAutocompleteErrorCallback<string>; min_length?: number; max_length?: number;};Members
This export does not declare public properties or methods in the generated declaration file.