method InputService.createInputimport { InputService } from "https://dotland.deno.dev/x/windmill@v1.415.2/windmill-api/services/InputService.ts"; createInput(unnamed 0: { workspace: string; requestBody: CreateInput; runnableId?: string; runnableType?: RunnableType; }): CancelablePromise<string>Create an Input for future use in a script or flow Parametersunnamed 0: { workspace: string; requestBody: CreateInput; runnableId?: string; runnableType?: RunnableType; }ReturnsCancelablePromise<string>string Input created