mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
4 lines
91 B
TypeScript
4 lines
91 B
TypeScript
import * as Yup from 'yup';
|
|
|
|
export const EstimateSendMailSchema = Yup.object().shape({});
|