UNPKG

@hhgtech/hhg-components

Version:
17 lines (16 loc) 482 B
import { LocaleType } from "../../../interfaces/types"; import { UseTranslationsReturn } from "../../../hooks"; import * as yup from 'yup'; export declare const frisoOnboardingSchema: (t: UseTranslationsReturn<LocaleType>['t']) => yup.ObjectSchema<{ phone: string; name: string; email: string; address: {}; term: boolean; }, yup.AnyObject, { phone: ""; name: undefined; email: ""; address: undefined; term: undefined; }, "">;