Interface ListMethods

interface ListMethods {
    error: string;
    id: number;
    result: string[];
}

Hierarchy (view full)

Properties

Properties

error: string
id: number

mostly usless id that increments with every request

result: string[]