import { User } from 'types/reducer/app';

export interface Props {
	email: User['email'];
}

export interface PayloadProps {
	data: string;
}
