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