@cpod/sdk - v0.2.7
    Preparing search index...

    Interface FileUploadUrlResponse

    Upload URL response

    interface FileUploadUrlResponse {
        upload_url: string;
        file_id: string;
        headers: Record<string, string>;
        expires_at: string;
    }
    Index

    Properties

    upload_url: string
    file_id: string
    headers: Record<string, string>
    expires_at: string