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

    Interface FileSignedUrlResponse

    Signed URL response

    interface FileSignedUrlResponse {
        url: string;
        expires_at: string;
        file_id: string;
    }
    Index

    Properties

    url: string
    expires_at: string
    file_id: string