export type FormData = { phoneNumber: string; termsAndCondition?: boolean; }; export interface IAuthProps { isSignUpScreen?: boolean; }