Spaces:
Sleeping
Sleeping
| import { DynamicModule } from '@nestjs/common'; | |
| import { MulterModuleAsyncOptions, MulterModuleOptions } from './interfaces/files-upload-module.interface'; | |
| /** | |
| * @publicApi | |
| */ | |
| export declare class MulterModule { | |
| static register(options?: MulterModuleOptions): DynamicModule; | |
| static registerAsync(options: MulterModuleAsyncOptions): DynamicModule; | |
| private static createAsyncProviders; | |
| private static createAsyncOptionsProvider; | |
| } | |