BooleanValidationInput
Type Alias: BooleanValidationInput
type BooleanValidationInput = {
exact: boolean;
type: "boolean";
};Properties
exact
exact: boolean;type
type: "boolean";Last updated