interface Operator {
    Name: string;
    Online: boolean;
}

Properties

Properties

Name: string
Online: boolean