5 lines
170 B
TypeScript
5 lines
170 B
TypeScript
![]() |
import type { PartialReference } from "./EventManager";
|
||
|
import type { VideoCallData } from "./VideoApiAdapter";
|
||
|
|
||
|
export type Event = AdditionInformation & VideoCallData;
|