????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/layers/entities/ |
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[]; }