Interface IUploadOptions

interface IUploadOptions {
    agent?: Agent;
    api: API;
    uploadTimeout?: number;
}

Properties

agent?: Agent
api: API
uploadTimeout?: number

Generated using TypeDoc