BooleanValidationInput

@torque-labs/sdk


@torque-labs/sdk / BooleanValidationInput

Type Alias: BooleanValidationInput

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

Defined in: sdk/src/types/schemaTypes.ts:1978

Properties

exact

exact: boolean;

Defined in: sdk/src/types/schemaTypes.ts:1980


type

type: "boolean";

Defined in: sdk/src/types/schemaTypes.ts:1979

Last updated