Variable zSetMinWeightConst

zSetMinWeight: z.ZodObject<{
    metadata: z.ZodObject<{
        propDescription: z.ZodOptional<z.ZodString>;
        propTitle: z.ZodOptional<z.ZodString>;
    }, "strip", z.ZodTypeAny, {
        propDescription?: string;
        propTitle?: string;
    }, {
        propDescription?: string;
        propTitle?: string;
    }>;
} & {
    newMinWeight: z.ZodString;
    propType: z.ZodLiteral<"setMinWeight">;
}, "strip", z.ZodTypeAny, {
    metadata: {
        propDescription?: string;
        propTitle?: string;
    };
    newMinWeight: string;
    propType: "setMinWeight";
}, {
    metadata: {
        propDescription?: string;
        propTitle?: string;
    };
    newMinWeight: string;
    propType: "setMinWeight";
}>