export default interface IRWSUser {
    email: string;
    mongoId: string;
    name: string;
    message: string;
    jwt_token: string,
}