interface FeedUpdateResult {
    feedId: string;
    result: string;
    encoded: string;
    response: FeedEvalResponse;
}

Properties

feedId: string
result: string
encoded: string
response: FeedEvalResponse