UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

8 lines (7 loc) 183 B
import { BaseEntity } from "./base.entity"; export declare class Permission extends BaseEntity { name: string; slug: string; description: string; isActive: boolean; }