renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
9 lines (8 loc) • 444 B
TypeScript
import { z } from 'zod';
export declare const RenovateJsonSchema: 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<{
extends: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
}, "strip", z.ZodTypeAny, {
extends?: string[] | undefined;
}, {
extends?: string[] | undefined;
}>>;