I'm using yup to create validations for my data , how can i handle enums? ... export const deleteCityValidation = yup.object().shape({ id: yup.string() });.
確定! 回上一頁