Interface BaseUploadServer

interface BaseUploadServer {
    upload_url: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

upload_url: string

Upload URL

Generated using TypeDoc