export default interface SignUpData { firstName?: string; lastName?: string; email: string; password?: string; }