Type alias DowJonesUpdateCaseByIdResponse

DowJonesUpdateCaseByIdResponse: {
    data: {
        attributes: TransactionShortcut;
        id: string;
        links: ResponseLinksSelf;
        type: string;
    };
}

Type declaration

Generated using TypeDoc