Interface UploadResponse

ex -

interface UploadResponse {
    files: string[];
    success: boolean;
}

Properties

Properties

files: string[]

ex - ["/tmp/delugeweb-5Q9ttR/tmpL7xhth.torrent"]

success: boolean