Search
Loading...
Skip to content

Type Alias: AudioMimeType

type AudioMimeType = Extract<MimeType, "audio/wav">;

Represents the audio MIME types used in the editor.