Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/node_modules/openapi-typescript-codegen/types/index.d.ts>Options

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
type alias Options
import { type Options } from "https://deno.land/x/windmill@v1.73.1/node_modules/openapi-typescript-codegen/types/index.d.ts";
definition: { input: string | Record<string, any>; output: string; httpClient?:
| "fetch"
| "xhr"
| "node"
| "axios"
| "angular"
; clientName?: string; useOptions?: boolean; useUnionTypes?: boolean; exportCore?: boolean; exportServices?: boolean; exportModels?: boolean; exportSchemas?: boolean; indent?:
| "4"
| "2"
| "tab"
; postfix?: string; request?: string; write?: boolean; }