Variable zRespectAccountBatchConst
zRespectAccountBatch: 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;
}>;
} & {
awards: z.ZodArray<z.ZodObject<{
account: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
groupNum: z.ZodOptional<z.ZodNumber>;
meetingNum: z.ZodNumber;
mintType: z.ZodNumber;
reason: z.ZodString;
title: z.ZodString;
tokenId: z.ZodEffects<z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodString>, string, string>;
value: z.ZodBigInt;
}, "strip", z.ZodTypeAny, {
account: string;
groupNum?: number;
meetingNum: number;
mintType: number;
reason: string;
title: string;
tokenId: string;
value: bigint;
}, {
account: string;
groupNum?: number;
meetingNum: number;
mintType: number;
reason: string;
title: string;
tokenId: string;
value: bigint;
}>, "many">;
propType: z.ZodLiteral<"respectAccountBatch">;
}, "strip", z.ZodTypeAny, {
awards: {
account: string;
groupNum?: number;
meetingNum: number;
mintType: number;
reason: string;
title: string;
tokenId: string;
value: bigint;
}[];
metadata: {
propDescription?: string;
propTitle?: string;
};
propType: "respectAccountBatch";
}, {
awards: {
account: string;
groupNum?: number;
meetingNum: number;
mintType: number;
reason: string;
title: string;
tokenId: string;
value: bigint;
}[];
metadata: {
propDescription?: string;
propTitle?: string;
};
propType: "respectAccountBatch";
}>