UNPKG

@rytass/member-base-nestjs-module

Version:

Rytass Member System NestJS Base Module

4 lines (3 loc) 179 B
export type Subject = string; export type Action = string; export declare const AllowActions: import("@nestjs/core").ReflectableDecorator<[string, string][], [string, string][]>;