Type alias DeleteDataResponse

DeleteDataResponse: {
    manifest: ResearchObjectV1;
    manifestCid: string;
}

Response from a delete operation, where components may have been removed

Type declaration

  • manifest: ResearchObjectV1

    The new state of the manifest

  • manifestCid: string

    New CID of the manifest

Generated using TypeDoc