Variable zSetMaxLiveYesVotesConst
zSetMaxLiveYesVotes: 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;
}>;
} & {
newMaxLiveYesVotes: z.ZodNumber;
propType: z.ZodLiteral<"setMaxLiveYesVotes">;
}, "strip", z.ZodTypeAny, {
metadata: {
propDescription?: string;
propTitle?: string;
};
newMaxLiveYesVotes: number;
propType: "setMaxLiveYesVotes";
}, {
metadata: {
propDescription?: string;
propTitle?: string;
};
newMaxLiveYesVotes: number;
propType: "setMaxLiveYesVotes";
}>