UNPKG

@wikiccu/nest-auth

Version:

A comprehensive authentication package for NestJS applications with Prisma and PostgreSQL

3 lines (2 loc) 144 B
export declare const ROLES_KEY = "roles"; export declare const Roles: (...roles: string[]) => import("@nestjs/common").CustomDecorator<string>;