UNPKG

@takentrade/takentrade-libs

Version:
11 lines (10 loc) 296 B
import { ConfigService } from '@nestjs/config'; export declare class CloudinaryConfig { private readonly configService; constructor(configService: ConfigService); createSharedConfiguration(): { cloud_name: string; api_key: string; api_secret: string; }; }