interface IServerModel {
    host: string;
    name: string;
    serverId: string;
}

Properties

Properties

host: string
name: string
serverId: string

Generated using TypeDoc