type alias UpdateEventLinkResult

Result of updating an event link

Definition

{ success: true; }
| { success: false; reason: "capacity_exceeded"; }

Usage

import { type UpdateEventLinkResult } from "doc.ts";