????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/layers/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/layers/layer.service.d.ts |
import { TypeOrmCrudService } from '@dataui/crud-typeorm'; import { Layer } from './entities/layer.entity'; export declare class LayerService extends TypeOrmCrudService<Layer> { constructor(repo: any); }