export class AuthInterface { email: string; userId: number; uuid: string; sessionId: string; id: number; role?: object; project?: object; }