Skip to main content

TypeScript shape

interface EventLabelConnection {
  items: EventLabel[] | null;
  cursor: string | null;
}
items
[EventLabel]
Labels for this page. See EventLabel.
cursor
String
Cursor for the next page.