export class ConnectionParticipant {
    /**
     * @deprecated
     */
    id: string;
    /**
     * @deprecated
     */
    displayName: string;
}
