Skip to content

PURISTA API


PURISTA API / @purista/core / CommandContextMockBuilderTypes

Type Alias: CommandContextMockBuilderTypes<T>

CommandContextMockBuilderTypes<T> = T extends CommandDefinitionBuilder<any, infer C> ? C : never

Defined in: testing/createCommandContextMock.ts:30

Infer the internal builder type configuration from a command builder.

Type Parameters

T

T