BooleanValidationInput

@torque-labs/sdk


@torque-labs/sdk / BooleanValidationInput

Type Alias: BooleanValidationInput

type BooleanValidationInput = {
  exact: boolean;
  type: "boolean";
};

Defined in: sdk/src/types/schemaTypes.ts:1978arrow-up-right

Properties

exact

exact: boolean;

Defined in: sdk/src/types/schemaTypes.ts:1980arrow-up-right


type

type: "boolean";

Defined in: sdk/src/types/schemaTypes.ts:1979arrow-up-right

Last updated