interface FetchResultResponse {
    results: FeedEvalResponse[];
    encoded: string[];
    feedId: string;
}

Hierarchy (View Summary)

Properties

results: FeedEvalResponse[]
encoded: string[]
feedId: string