indexType aliases
Type Alias: PixiVNJsonStepSwitchElementType<Then>
> PixiVNJsonStepSwitchElementType<Then> = Then | PixiVNJsonConditionalStatements<Then> | PixiVNJsonConditionalResultToCombine<Then>
Defined in: src/schema/PixiVNJsonStepSwitch.ts:8
A single element that can appear inside a step-switch, which may be a direct value, a conditional statement, or a result-to-combine.
Type Parameters
Then
Then