renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
11 lines (10 loc) • 466 B
TypeScript
import { z } from 'zod';
export declare const CloudbuildSteps: 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.ZodEffects<z.ZodObject<{
steps: z.ZodEffects<z.ZodArray<z.ZodAny, "many">, string[], any[]>;
}, "strip", z.ZodTypeAny, {
steps: string[];
}, {
steps: any[];
}>, string[], {
steps: any[];
}>>;