Skip to main content

Type Alias: StricliDynamicCommandContext<CONTEXT>

StricliDynamicCommandContext<CONTEXT>: ApplicationContext & CONTEXT | object

Dynamic context for command that contains either the generic CommandContext or simply the more limited ApplicationContext and a method that builds a specific instance of the generic CommandContext.

Type Parameters

CONTEXT extends CommandContext

Defined in

packages/core/src/context.ts:103