Type alias DowJonesGetMatchesResponse

DowJonesGetMatchesResponse: {
    data: {
        attributes: AssociationMatches;
        id: string;
        links: DataLinks;
        type: string;
    }[];
    links: ResponseLinks;
    meta: ResponseMeta;
}

Type declaration

Generated using TypeDoc