Skip to content

gunshi / default / ExtendContext

Type Alias: ExtendContext

ts
type ExtendContext = Record<string, unknown>;

Extend command context type. This type is used to extend the command context with additional properties at CommandContext.extensions.

Released under the MIT License.