Module

x/wmill/gen/core/OpenAPI.ts>OpenAPIConfig

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 OpenAPIConfig
import { type OpenAPIConfig } from "https://dotland.deno.dev/x/wmill@v1.402.2/gen/core/OpenAPI.ts";
definition: { BASE: string; CREDENTIALS: "include" | "omit" | "same-origin"; ENCODE_PATH?: ((path: string) => string) | undefined; HEADERS?: Headers | Resolver<Headers> | undefined; PASSWORD?: string | Resolver<string> | undefined; TOKEN?: string | Resolver<string> | undefined; USERNAME?: string | Resolver<string> | undefined; VERSION: string; WITH_CREDENTIALS: boolean; interceptors: { request: Interceptors<RequestInit>; response: Interceptors<Response>; }; }