m
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import { Repository } from 'typeorm';
|
||||
import { DocumentModel } from 'src/model/document.model';
|
||||
export declare class DocumentService {
|
||||
private documentModel;
|
||||
constructor(documentModel: Repository<DocumentModel>);
|
||||
getDocument(type: number): Promise<import("src/app/common/api").ApiResponseVo<DocumentModel | null | undefined>>;
|
||||
}
|
||||
Reference in New Issue
Block a user