type alias SpeechSynthesisErrorCodeimport { type SpeechSynthesisErrorCode } from "https://deno.land/x/evt@v2.4.20/lib/types/lib.dom.ts"; definition: | "audio-busy" | "audio-hardware" | "canceled" | "interrupted" | "invalid-argument" | "language-unavailable" | "network" | "not-allowed" | "synthesis-failed" | "synthesis-unavailable" | "text-too-long" | "voice-unavailable"