Type Alias: ExtendContext
Extend command context type. This type is used to extend the command context with additional properties at CommandContext.extensions.
Since
v0.27.0
Signature
ts
export type ExtendContext = Record<string, unknown>