Skip to content

gunshi / default / CommandContextCore

Type Alias: CommandContextCore<G>

ts
type CommandContextCore<G> = Readonly<CommandContext<G>>;

CommandContextCore type (base type without extensions)

Type Parameters

Type ParameterDefault type
G extends GunshiParams<any>DefaultGunshiParams

Released under the MIT License.