UNPKG

@irfanakbari/nova-auth

Version:

Authentication and authorization module for NestJS

10 lines (9 loc) 180 B
export declare class AuthUserDto { sub: string; name: string; username: string; email?: string; sessionId?: string; role: string[]; azureId?: string; }