UNPKG

renovate

Version:

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

6 lines (5 loc) 494 B
import type { WrappedException } from 'azure-devops-node-api/interfaces/common/VSSInterfaces'; import { z } from 'zod'; declare const WrappedException: z.ZodSchema<WrappedException>; export declare const WrappedExceptionSchema: 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.ZodType<WrappedException, z.ZodTypeDef, WrappedException>>; export {};