UNPKG

nest-aws-sdk

Version:

A thin wrapping layer around the aws-sdk package for clean NestJS dependency injection.

3 lines (2 loc) 185 B
import { AwsService, AwsServiceType } from './types'; export declare const InjectAwsService: (serviceConstructor: AwsServiceType<AwsService>) => PropertyDecorator & ParameterDecorator;