TStandardSchemaValidatorValue

Type Alias: TStandardSchemaValidatorValue<TData, TSource>

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

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

Type Parameters

TData

TSource extends ValidationSource = ValidationSource

Type declaration

validationSource

ts
validationSource: TSource;
validationSource: TSource;

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.