UNPKG

@regacy-innovation/shared-services

Version:

Shared services for NestJS microservices

9 lines 297 B
import { FactcheckSource } from './factcheck-payload.dto'; export declare class FactcheckResultDto extends FactcheckSource { found: boolean; resonance: number; status: number; content_summary?: string; site_summary?: string; } //# sourceMappingURL=factcheck-result.dto.d.ts.map