AddressSchemaOptionsinterface

{
	readonly value?: Partial<AddressData> | undefined;
}
PropertyType
.valuePartial<AddressData>
Partial default value merged over the per-field defaults. readonly

Allowed options for AddressSchema.

  • The props are fixed to the postal-address fields internally, so only the default value and base schema options are exposed.