UNPKG

@mondaycom/apps-cli

Version:

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

15 lines (14 loc) 490 B
import { z } from 'zod'; export declare const listAppEnvironmentKeysResponseSchema: z.ZodObject<{ keys: z.ZodArray<z.ZodString, "many">; statusCode: z.ZodNumber; headers: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodString]>>; }, "strip", z.ZodTypeAny, { statusCode: number; headers: Record<string, string | string[]>; keys: string[]; }, { statusCode: number; headers: Record<string, string | string[]>; keys: string[]; }>;