Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/windmill/node_modules/tsafe/src/MethodNames.ts>MethodNames

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Latest
type alias MethodNames
import { type MethodNames } from "https://deno.land/x/windmill@v1.402.3/node_modules/tsafe/src/MethodNames.ts";
definition: NonNullable<[Key in keyof Api]: Api[Key] extends ((...args: any[]) => unknown) | undefined ? Key : never[keyof Api]>