Type Alias FeedEvalManyResponse

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

Type declaration

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