Variable AcquireRightsRejectedSchemaConst
AcquireRightsRejectedSchema: ZodObject<
{
rights_id: ZodString;
status: ZodLiteral<"rejected">;
brand_id: ZodString;
reason: ZodString;
suggestions: ZodOptional<ZodArray<ZodString>>;
context: ZodOptional<ZodObject<{}, $loose>>;
ext: ZodOptional<ZodObject<{}, $loose>>;
},
$loose,
> = ...