Circle V2 API Docs
    Preparing search index...

    Type Alias UploadResult

    type UploadResult = {
        key: string;
        publicUrl: string;
    }
    Index

    Properties

    Properties

    key: string

    The storage key (path) of the uploaded file.

    publicUrl: string

    The public URL of the uploaded file.