Skip to main content
Module

x/windmill/windmill-api/models/NewScriptWithDraft.ts

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
File
/* istanbul ignore file *//* tslint:disable *//* eslint-disable */
import type { NewScript } from './NewScript.ts';
export type NewScriptWithDraft = (NewScript & { draft?: NewScript; hash: string;});