TStandardSchemaValidatorValue

Type Alias: TStandardSchemaValidatorValue<TData>

ts
type TStandardSchemaValidatorValue<TData> = object;
type TStandardSchemaValidatorValue<TData> = object;

Defined in: packages/form-core/src/standardSchemaValidator.ts:3

Type Parameters

TData

Type declaration

validationSource

ts
validationSource: ValidationSource;
validationSource: ValidationSource;

value

ts
value: TData;
value: TData;
Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.