import type { SingleOccurrenceArray } from "@twin.org/core"; import type { IJsonLdContextDefinitionElement } from "@twin.org/data-json-ld"; import type { ActivityStreamsContexts } from "./activityStreamsContexts.js"; /** * The Activity Streams JSON-LD context type. */ export type ActivityStreamsContextType = typeof ActivityStreamsContexts.Context | SingleOccurrenceArray;