renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
15 lines (14 loc) • 581 B
TypeScript
import { z } from 'zod';
export declare const DecryptedObject: 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<{
o: z.ZodOptional<z.ZodString>;
r: z.ZodOptional<z.ZodString>;
v: z.ZodOptional<z.ZodString>;
}, "strip", z.ZodTypeAny, {
v?: string | undefined;
r?: string | undefined;
o?: string | undefined;
}, {
v?: string | undefined;
r?: string | undefined;
o?: string | undefined;
}>>;