Type alias CustomerView

CustomerView: Override<yup.InferType<typeof customerSchema>, {
    customFields: CustomField[];
}>

Generated using TypeDoc