????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/roles/entities/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/roles/entities/role.entity.d.ts |
import { Layer } from '@/apps/layers/entities/layer.entity'; export declare class Role { id: number; code: string; title: string; permissions: Array<string>; layerId: number; createdAt: Date | null; updatedAt: Date; layer: Layer; }