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

    Interface SignedUrlResponse

    Signed URL response

    interface SignedUrlResponse {
        url: string;
        expiresAt: string;
        fileId: string;
    }
    Index

    Properties

    Properties

    url: string
    expiresAt: string
    fileId: string