interface BatchResponse {
    error: string;
    responses?: Response[];
    status: string;
}

Properties

error: string
responses?: Response[]
status: string