type alias UpdateScriptHistoryDataimport { type UpdateScriptHistoryData } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/types.gen.ts"; definition: { hash: string; path: string; requestBody: { deployment_msg?: string; }; workspace: string; }