Search
Loading...
Skip to content

Type Alias: AudioMimeType

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

Represents the audio MIME types used in the editor.