Type alias UploadFilesResponse

UploadFilesResponse: {
    date: string;
    manifest: ResearchObjectV1;
    manifestCid: string;
    tree: DriveObject[];
}

Response from uploading files

Type declaration

  • date: string

    Timestamp of the change

  • manifest: ResearchObjectV1

    The new state of the manifest

  • manifestCid: string

    The new manifest CID

  • tree: DriveObject[]

    The new state of the drive tree

Generated using TypeDoc