Type alias DowJonesListAssociationsResponse<T>

DowJonesListAssociationsResponse<T>: {
    data: {
        attributes: AssociationResponseType<T>;
        id: string;
        links: ResponseLinksSelf;
        type: string;
    }[];
    links: ResponseLinks;
    meta: ResponseMeta;
}

Type Parameters

Type declaration

Generated using TypeDoc