@uploadcare/rest-client
    Preparing search index...

    Type Alias CopyFileToLocalStorageResponse

    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 CopyFileToLocalStorageResponse = {
        result: FileInfo;
        type: "file";
    }
    Index

    Properties

    Properties

    result: FileInfo
    type: "file"