22 lines
611 B
TypeScript
22 lines
611 B
TypeScript
/*
|
|
* Public API Surface of ucap-webmessenger-protocol-room
|
|
*/
|
|
|
|
export * from './lib/models/room-info';
|
|
export * from './lib/models/user-info';
|
|
export * from './lib/models/user-info-short';
|
|
|
|
export * from './lib/protocols/exit';
|
|
export * from './lib/protocols/info';
|
|
export * from './lib/protocols/invite';
|
|
export * from './lib/protocols/open';
|
|
export * from './lib/protocols/update';
|
|
|
|
export * from './lib/services/room-protocol.service';
|
|
|
|
export * from './lib/types/employee.type';
|
|
export * from './lib/types/room.type';
|
|
export * from './lib/types/service';
|
|
|
|
export * from './lib/ucap-room-protocol.module';
|