Interface BooleanStatus

interface BooleanStatus {
    error: string;
    id: number;
    result: boolean;
}

Hierarchy (view full)

Properties

Properties

error: string
id: number

mostly usless id that increments with every request

result: boolean