Variable zSetPeriodsConst
zSetPeriods: 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;
}>;
} & {
newVetoLen: z.ZodBigInt;
newVoteLen: z.ZodBigInt;
propType: z.ZodLiteral<"setPeriods">;
}, "strip", z.ZodTypeAny, {
metadata: {
propDescription?: string;
propTitle?: string;
};
newVetoLen: bigint;
newVoteLen: bigint;
propType: "setPeriods";
}, {
metadata: {
propDescription?: string;
propTitle?: string;
};
newVetoLen: bigint;
newVoteLen: bigint;
propType: "setPeriods";
}>