renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
6 lines (5 loc) • 513 B
TypeScript
import type { WrappedException as _WrappedException } from 'azure-devops-node-api/interfaces/common/VSSInterfaces';
import { z } from 'zod';
declare const _WrappedException: z.ZodSchema<_WrappedException>;
export declare const WrappedException: 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 {};