Variable zBurnRespectBatchConst

zBurnRespectBatch: 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;
    }>;
} & {
    propType: z.ZodLiteral<"burnRespectBatch">;
    reason: z.ZodString;
    tokenIds: z.ZodArray<z.ZodEffects<z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodString>, string, string>, "many">;
}, "strip", z.ZodTypeAny, {
    metadata: {
        propDescription?: string;
        propTitle?: string;
    };
    propType: "burnRespectBatch";
    reason: string;
    tokenIds: string[];
}, {
    metadata: {
        propDescription?: string;
        propTitle?: string;
    };
    propType: "burnRespectBatch";
    reason: string;
    tokenIds: string[];
}>