Variable zSetPeriodsRequestConst
zSetPeriodsRequest: 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;
}>>;
newVetoLen: z.ZodBigInt;
newVoteLen: z.ZodBigInt;
}, "strip", z.ZodTypeAny, {
metadata?: {
propDescription?: string;
propTitle?: string;
};
newVetoLen: bigint;
newVoteLen: bigint;
}, {
metadata?: {
propDescription?: string;
propTitle?: string;
};
newVetoLen: bigint;
newVoteLen: bigint;
}>