LogoPixi’VN
indexType aliases

Type Alias: PixiVNJsonConditionalStatements<Then>

> PixiVNJsonConditionalStatements<Then> = PixiVNJsonStepSwitch<Then> | PixiVNJsonIfElse<Then | PixiVNJsonConditionalStatements<Then> | PixiVNJsonConditionalResultToCombine<Then>>

Defined in: src/schema/PixiVNJsonConditionalStatements.ts:12

A conditional statement that evaluates to a value of type Then. It can be either:

Type Parameters

Then

Then