UNPKG

citeright-sdk-js

Version:
7 lines (6 loc) 252 B
import { Collaborator } from '../Collaborator'; import { IEventNotification } from '../IEventNotification'; export interface IDocumentCollaborationEvent extends IEventNotification { Collaborators: Collaborator[]; BoaSyncStatus: string; }