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