@squidcloud/client
    Preparing search index...

    Interface GetDownloadUrlResponse

    Represents the response containing a generated download URL for a file.

    interface GetDownloadUrlResponse {
        url: string;
    }
    Index

    Properties

    Properties

    url: string

    The temporary URL for downloading the file.