UNPKG

@regacy-innovation/shared-services

Version:

Shared services for NestJS microservices

8 lines 236 B
import { StartupDto } from './startup.dto'; export declare class GenerateGroupsDto { category: string; existingGroups: string[]; startups: StartupDto[]; prompt: string; } //# sourceMappingURL=generate-groups.dto.d.ts.map