Module

x/wmill/gen/types.gen.ts>ExecuteComponentData

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.
Latest
type alias ExecuteComponentData
import { type ExecuteComponentData } from "https://dotland.deno.dev/x/wmill@v1.402.2/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; }