nestjs-multer-extended-aws-latest
Version:
Extended MulterModule for NestJS Latest AWS SDK
9 lines (8 loc) • 416 B
TypeScript
import { DynamicModule } from '@nestjs/common';
import { MulterExtendedS3Options, MulterExtendedS3AsyncOptions } from './interfaces';
export declare class MulterExtendedModule {
static register(options: MulterExtendedS3Options): DynamicModule;
static registerAsync(options: MulterExtendedS3AsyncOptions): DynamicModule;
private static createProviders;
private static createOptionsProvider;
}