Interface AddTorrentResponse

interface AddTorrentResponse {
    error: string;
    id: number;
    result: [boolean, string][];
}

Hierarchy (view full)

Properties

Properties

error: string
id: number

mostly usless id that increments with every request

result: [boolean, string][]