interface IAuthUser {
    jwt_token: string;
    mongoId: string;
}

Properties

Properties

jwt_token: string
mongoId: string

Generated using TypeDoc