Type alias DowJonesAddAssociationResponse<T>

DowJonesAddAssociationResponse<T>: {
    data: {
        attributes: AssociationResponseType<T>;
        id: string;
    };
}

Type Parameters

Type declaration

Generated using TypeDoc