import { ExternalId } from './ExternalId'; /** * Ответ на запрос `getHandQueue` */ export type AudienceModeHandsResponse = { timestamps: number[]; participants: ExternalId[]; totalCount: number; };