export interface PlayFinishedMessage { /** Id of the audio playback. */ id: string; /** Id of the site that finished playback. */ siteId: string; }