next-ucap-messenger/projects/ucap-webmessenger-protocol-room/src/public-api.ts

17 lines
497 B
TypeScript
Raw Normal View History

2019-09-18 06:02:21 +00:00
/*
* Public API Surface of ucap-webmessenger-protocol-room
*/
2019-09-23 08:00:05 +00:00
export * from './lib/models/room-info';
2019-09-23 05:37:38 +00:00
export * from './lib/models/room-invite';
export * from './lib/models/room-open';
export * from './lib/models/room-open2';
export * from './lib/models/room-open3';
export * from './lib/models/room-open4';
2019-09-18 06:02:21 +00:00
export * from './lib/services/room-protocol.service';
2019-09-23 08:00:05 +00:00
export * from './lib/types/employee.type';
export * from './lib/types/room.type';
2019-09-18 06:02:21 +00:00
export * from './lib/ucap-room-protocol.module';