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