UNPKG

@regacy-innovation/shared-services

Version:

Shared services for NestJS microservices

15 lines 372 B
declare class ResearchResponseItemDto { title: string; url: string; favicon?: string; image?: string; summary: string; } export declare class ResearchResponsesDto { res: ResearchResponseItemDto[]; originalQuery: string; categoryString: string; categoryQuestion?: string; } export {}; //# sourceMappingURL=research-responses.dto.d.ts.map