UNPKG

renovate

Version:

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

13 lines (12 loc) 519 B
import { z } from 'zod'; export declare const CopierAnswersFile: 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<{ _commit: z.ZodString; _src_path: z.ZodString; }, "strip", z.ZodTypeAny, { _commit: string; _src_path: string; }, { _commit: string; _src_path: string; }>>; export type CopierAnswersFile = z.infer<typeof CopierAnswersFile>;