export interface IUser {
    email: string;
}
//# sourceMappingURL=user.d.ts.map