BatchMixedResults: {
    batchDecisionId?: string;
    metrics?: {
        [k: string]: any;
    };
    responses?: {
        [k: string]: SuccessfulPolicyResponseWithStatusCode & {
            httpStatusCode: "200";
        } | ServerErrorWithStatusCode & {
            httpStatusCode: "500";
        };
    };
}

Type declaration