Skip to content

gunshi / default / CommandOptionKeys

Type Alias: CommandOptionKeys<Options>

ts
type CommandOptionKeys<Options> = GenerateNamespacedKey<keyof RemovedIndex<Options>, typeof OPTION_PREFIX>;

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

Type Parameters

Type Parameter
Options extends ArgOptions

Released under the MIT License.