Variable AcquireRightsPendingApprovalSchemaConst
AcquireRightsPendingApprovalSchema: ZodObject<
{
rights_id: ZodString;
status: ZodLiteral<"pending_approval">;
brand_id: ZodString;
detail: ZodOptional<ZodString>;
estimated_response_time: ZodOptional<ZodString>;
context: ZodOptional<ZodObject<{}, $loose>>;
ext: ZodOptional<ZodObject<{}, $loose>>;
},
$loose,
> = ...