UNPKG

@mondaycom/apps-cli

Version:

A cli tool to manage apps (and monday-code projects) in monday.com

18 lines (17 loc) 833 B
import { z } from 'zod'; export declare const mondaycodercSchema: z.ZodEffects<z.ZodObject<{ RUNTIME: z.ZodOptional<z.ZodEnum<["Python", "Java", "Go", "PHP", "Ruby", "Node.js", "NETCore"]>>; RUNTIME_VERSION: z.ZodOptional<z.ZodString>; }, "strict", z.ZodTypeAny, { RUNTIME?: "Python" | "Java" | "Go" | "PHP" | "Ruby" | "Node.js" | "NETCore" | undefined; RUNTIME_VERSION?: string | undefined; }, { RUNTIME?: "Python" | "Java" | "Go" | "PHP" | "Ruby" | "Node.js" | "NETCore" | undefined; RUNTIME_VERSION?: string | undefined; }>, { RUNTIME?: "Python" | "Java" | "Go" | "PHP" | "Ruby" | "Node.js" | "NETCore" | undefined; RUNTIME_VERSION?: string | undefined; }, { RUNTIME?: "Python" | "Java" | "Go" | "PHP" | "Ruby" | "Node.js" | "NETCore" | undefined; RUNTIME_VERSION?: string | undefined; }>;