Variable zBurnRespectConst

zBurnRespect: 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<"burnRespect">;
    reason: z.ZodString;
    tokenId: z.ZodEffects<z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodString>, string, string>;
}, "strip", z.ZodTypeAny, {
    metadata: {
        propDescription?: string;
        propTitle?: string;
    };
    propType: "burnRespect";
    reason: string;
    tokenId: string;
}, {
    metadata: {
        propDescription?: string;
        propTitle?: string;
    };
    propType: "burnRespect";
    reason: string;
    tokenId: string;
}>