????

Your IP : 216.73.216.64


Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/roles/entities/
Upload File :
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;
}