Type Alias UsersListUsersCollaborationDevicesResponse
UsersListUsersCollaborationDevicesResponse: {
collaboration_devices?: {
device_name?: string;
id?: string;
room_name?: string;
room_user_id?: string;
status?: string;
}[];
total_records?: number;
}