Interface RustConnectionInfo

RustConnectionInfo

interface RustConnectionInfo {
    host: string;
    rconPassword: string;
    rconPort: number;
    useTls: boolean;
}

Properties

host: string

RustConnectionInfo

rconPassword: string

RustConnectionInfo

rconPort: number

RustConnectionInfo

useTls: boolean

RustConnectionInfo