Interface ConnectionRelaxedTimeoutEvent

interface ConnectionRelaxedTimeoutEvent {
    clientId: string;
    value: number;
}

Properties

Properties

clientId: string
value: number

Generated using TypeDoc