????
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.controller.d.ts |
import { PostsService } from './posts.service'; import { Post } from './entities/post.entity'; import { CrudController } from '@dataui/crud'; export declare class PostsController implements CrudController<Post> { service: PostsService; constructor(service: PostsService); }