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 GunshiParamsConstraintDefaultGunshiParams

Since

v0.27.0

Released under the MIT License.