Type alias CopyFileToLocalStorageResponse

CopyFileToLocalStorageResponse: {
    result: FileInfo;
    type: "file";
}

There is a bug in the API. FileInfo will be incomplete. It's better to refetch fileInfo after request in the high-level wrappers.

Type declaration

Generated using TypeDoc