????

Your IP : 216.73.216.64


Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/layers/entities/
Upload File :
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/layers/entities/layer.entity.d.ts

import { Role } from '@/apps/roles/entities/role.entity';
import { LayerDefinition } from '@/type/definition';
export declare class Layer {
    id: number;
    name: string;
    code: string;
    layers: LayerDefinition[];
    createdAt: Date | null;
    updatedAt: Date;
    roles?: Role[];
}