DataSchemaOptionsinterface

{
	readonly props: Schemas<T>;
	readonly value?: Partial<T> | undefined;
}
PropertyType
.propsSchemas<T>
A named schema for each property the data object must have. required readonly
.valuePartial<T>
Partial default value merged over the per-prop defaults. readonly

Options for DataSchema.