type alias UpdateEventLinkResult Result of updating an event link Definition { success: true; } | { success: false; reason: "capacity_exceeded"; }