interface FeedSimulateResult {
    result: number;
    feedId: string;
    response: FeedEvalResponse;
}

Properties

result: number
feedId: string