Type Alias ServerAudioMessage

ServerAudioMessage: {
    audio: { id: string; mime_type: string; sha256: string };
    type: "audio";
}

Type declaration

  • audio: { id: string; mime_type: string; sha256: string }
  • type: "audio"