type alias UseScriptStatusimport { type UseScriptStatus } from "https://deno.land/x/netzo@0.5.70/deps/usehooks-ts.ts"; definition: | "idle" | "loading" | "ready" | "error"