Skip to content

Type Alias: CommandContextCore<G>

Readonly command context available to a command context extension factory.

Since

v0.27.0

Signature

ts
export type CommandContextCore<G extends GunshiParamsConstraint = DefaultGunshiParams> = Readonly<CommandContext<G>>

Type Parameters

NameDescription
G extends GunshiParamsConstraint = DefaultGunshiParamsA type extending GunshiParams to specify the shape of command context.

Released under the MIT License.