import * as Yup from 'yup'; /** * type for the yup validation of "Residental" schema */ const residentialSchema = Yup.object().shape<Residential>({ street: ...
確定! 回上一頁