UNPKG

@10abdullahbutt/auth-module

Version:

A NestJS-style authentication module with JWT and role-based access control.

6 lines (5 loc) 83 B
export interface User { userId: string; username: string; roles: string[]; }