import type { PartialReference } from "./EventManager";
import type { VideoCallData } from "./VideoApiAdapter";

export type Event = AdditionInformation & VideoCallData;