Variable zSetMaxLiveYesVotesRequestConst

zSetMaxLiveYesVotesRequest: z.ZodObject<{
    metadata: z.ZodOptional<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;
}, "strip", z.ZodTypeAny, {
    metadata?: {
        propDescription?: string;
        propTitle?: string;
    };
    newMaxLiveYesVotes: number;
}, {
    metadata?: {
        propDescription?: string;
        propTitle?: string;
    };
    newMaxLiveYesVotes: number;
}>