Type alias DowJonesGetAssociationByIdResponse<T>

DowJonesGetAssociationByIdResponse<T>: {
    data: {
        attributes: AssociationResponseType<T>;
        id: string;
        links: ResponseLinksSelf;
        type: string;
    };
}

Type Parameters

Type declaration

Generated using TypeDoc