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
| Name | Type |
|---|---|
username | string |
user_id | UUID |
client_id | UUID |
is_headless | boolean |
client_type | "guest" | "user" |