initial release
This commit is contained in:
8
bizmatch-server/dist/file/file.service.d.ts
vendored
Normal file
8
bizmatch-server/dist/file/file.service.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/// <reference types="multer" />
|
||||
export declare class FileService {
|
||||
private subscriptions;
|
||||
constructor();
|
||||
private loadSubscriptions;
|
||||
getSubscriptions(): any;
|
||||
storeFile(file: Express.Multer.File, id: string): Promise<void>;
|
||||
}
|
||||
Reference in New Issue
Block a user