Files
Toju/src/app/domains/voice-connection/domain/voice-connection.models.ts
2026-03-23 00:31:28 +01:00

4 lines
249 B
TypeScript

export { LATENCY_PROFILE_BITRATES } from '../../../infrastructure/realtime/realtime.constants';
export type { LatencyProfile } from '../../../shared-kernel';
export type { VoiceStateSnapshot } from '../../../infrastructure/realtime/realtime.types';