UNPKG

@nestjs-mod/files

Version:

Files module with an error filter, controller and rest-sdk for work with module from other nodejs appliaction

11 lines (10 loc) 229 B
export declare class FilesGetPresignedUrlArgs { ext: string; } export declare class FilesPresignedUrls { downloadUrl: string; uploadUrl: string; } export declare class FilesDeleteFileArgs { downloadUrl: string; }