UNPKG

@regacy-innovation/shared-services

Version:

Shared services for NestJS microservices

12 lines 313 B
export declare class SlideGeneratorDto { prompt: string; length: number; template?: string; plain_text?: string; language?: string; fetch_images?: boolean; tone?: string; verbosity?: string; custom_user_instructions?: string; } //# sourceMappingURL=slide-generator.dto.d.ts.map