GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

SeyfertChoice

API/Type Aliases/SeyfertChoice
seyfert/lib/commands/applications/options.d.ts

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.