UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

10 lines (9 loc) 880 B
import { z } from 'zod'; import type { PackageDependency } from '../types'; export declare const DevboxSchema: z.ZodCatch<z.ZodEffects<z.ZodPipeline<z.ZodEffects<z.ZodString, string | number | boolean | import("type-fest").JsonObject | import("type-fest").JsonValue[] | readonly import("type-fest").JsonValue[] | null, string>, z.ZodObject<{ packages: z.ZodPipeline<z.ZodUnion<[z.ZodEffects<z.ZodArray<z.ZodAny, "many">, string[][], any[]>, z.ZodEffects<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodAny>, Record<string, string>, Record<string, any>>, [string, string][], Record<string, any>>]>, z.ZodEffects<z.ZodArray<z.ZodAny, "many">, PackageDependency<Record<string, any>>[], any[]>>; }, "strip", z.ZodTypeAny, { packages: PackageDependency<Record<string, any>>[]; }, { packages: any[] | Record<string, any>; }>>, PackageDependency<Record<string, any>>[], string>>;