type alias RunScriptByHashDataimport { type RunScriptByHashData } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/index.ts"; definition: { cacheTtl?: string; hash: string; includeHeader?: string; invisibleToOwner?: boolean; jobId?: string; parentJob?: string; requestBody: { [key: string]: unknown; }; scheduledFor?: string; scheduledInSecs?: number; skipPreprocessor?: boolean; tag?: string; workspace: string; }import RunScriptByHashDataimport { RunScriptByHashData } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/index.ts";