Skip to content

gunshi / default / CommandOptionKeys

Type Alias: CommandOptionKeys<A>

ts
type CommandOptionKeys<A> = GenerateNamespacedKey<KeyOfArgOptions<RemovedIndex<A>>, typeof OPTION_PREFIX>;

Command i18n option keys. The command i18n option keys are used to translate function.

Type Parameters

Type Parameter
A extends Args

Released under the MIT License.