Variable PODPipelineOutputMatchSchemaConst

PODPipelineOutputMatchSchema: ZodDiscriminatedUnion<"type", [ZodObject<{
    entry: ZodString;
    type: ZodLiteral<"semaphoreID">;
}, "strip", ZodTypeAny, {
    entry: string;
    type: "semaphoreID";
}, {
    entry: string;
    type: "semaphoreID";
}>, ZodObject<{
    entry: ZodString;
    type: ZodLiteral<"email">;
}, "strip", ZodTypeAny, {
    entry: string;
    type: "email";
}, {
    entry: string;
    type: "email";
}>, ZodObject<{
    type: ZodLiteral<"none">;
}, "strip", ZodTypeAny, {
    type: "none";
}, {
    type: "none";
}>]> = ...

Generated using TypeDoc