import { type ExecuteComponentData } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/types.gen.ts";
definition: { path: string; requestBody: { component: string; path?: string; args: unknown; raw_code?: { content: string; language: string; path?: string; lock?: string; cache_ttl?: number; }; force_viewer_static_fields?: { [key: string]: unknown; }; force_viewer_one_of_fields?: { [key: string]: unknown; }; force_viewer_allow_user_resources?: Array<(string)>; }; workspace: string; }