Skip to main content

Type Alias: ConnectedClients

type ConnectedClients = {
username: string;
user_id: UUID;
client_id: UUID;
is_headless: boolean;
client_type: "guest" | "user";
}[];

Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/events/ConnectedClientsEvent.d.ts:5

Type Declaration

NameType
usernamestring
user_idUUID
client_idUUID
is_headlessboolean
client_type"guest" | "user"