Type alias DowJonesAddBulkMatchesFeedbackResponse

DowJonesAddBulkMatchesFeedbackResponse: {
    data: {
        attributes: Match;
        id: string;
        type: string;
    }[];
}

Type declaration

  • data: {
        attributes: Match;
        id: string;
        type: string;
    }[]

Generated using TypeDoc