SeyfertChoice
Signature
export type SeyfertChoice<T extends string | number> = { readonly name: string; readonly value: T; name_localizations?: LocalizationMap | null; locales?: FlatObjectKeys<DefaultLocale>;} | (APIApplicationCommandOptionChoice<T> & { locales?: FlatObjectKeys<DefaultLocale>;});Members
This export does not declare public properties or methods in the generated declaration file.