Type alias FeedEvalManyResponse

FeedEvalManyResponse: {
    errors: string[];
    feed_responses: FeedEvalResponse[];
    recovery_id: number;
    signature: string;
}

Type declaration

  • errors: string[]
  • feed_responses: FeedEvalResponse[]
  • recovery_id: number
  • signature: string

Generated using TypeDoc