Type alias ServerTrafficLink
ServerTrafficLink: {
active: boolean;
from: string;
id: string;
inboundBitrate?: number;
outboundBitrate?: number;
status: "red" | "yellow" | "green" | string;
to: string;
type: "direct" | "relay" | string;
}
Type declaration
active: boolean
from: string
id: string
Optional inboundBitrate?: number
Optional outboundBitrate?: number
status: "red" | "yellow" | "green" | string
to: string
type: "direct" | "relay" | string