UNPKG

@notadd/user

Version:

Package Open in Browser for already.

10 lines (9 loc) 261 B
import { Func } from "./func.entity"; import { Permission } from "./permission.entity"; import { Role } from "./role.entity"; export declare class Module { token: string; permissions: Array<Permission>; funcs: Array<Func>; roles: Array<Role>; }