Type alias DowJonesAddCaseResponse

DowJonesAddCaseResponse: {
    data: {
        attributes: CaseResponseType;
        id: string;
        links: ResponseLinksSelf;
        type: string;
    };
}

Type declaration

Generated using TypeDoc