UNPKG

@regacy-innovation/shared-services

Version:

Shared services for NestJS microservices

9 lines 327 B
import { StartupDto } from './startup.dto'; import { ResearchResponsesDto } from './research-responses.dto'; export declare class GenerateQuestionDto { startup: StartupDto; researchResponses: ResearchResponsesDto[]; question: string; categoryString: string; } //# sourceMappingURL=generate-question.dto.d.ts.map