????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/roles/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/roles/roles.service.d.ts |
import { TypeOrmCrudService } from '@dataui/crud-typeorm'; import { Role } from './entities/role.entity'; export declare class RolesService extends TypeOrmCrudService<Role> { constructor(repo: any); }