type alias WorkspaceDefaultScriptsimport { type WorkspaceDefaultScripts } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/types.gen.ts"; definition: { order?: Array<(string)>; hidden?: Array<(string)>; default_script_content?: { [key: string]: (string); }; }