/** * Keep-alive ping sent periodically by ElevenLabs. */ export interface PingPayload { /** The message type identifier. */ type: "ping"; }