2019-09-18 15:02:21 +09:00
|
|
|
/*
|
|
|
|
* Public API Surface of ucap-webmessenger-protocol-sync
|
|
|
|
*/
|
2019-10-07 10:08:14 +09:00
|
|
|
|
|
|
|
export * from './lib/models/buddy-info';
|
|
|
|
export * from './lib/models/group-info';
|
|
|
|
|
|
|
|
export * from './lib/protocols/buddy';
|
|
|
|
export * from './lib/protocols/group';
|
|
|
|
export * from './lib/protocols/room';
|
2019-09-18 15:02:21 +09:00
|
|
|
|
|
|
|
export * from './lib/services/sync-protocol.service';
|
|
|
|
|
|
|
|
export * from './lib/ucap-sync-protocol.module';
|
2019-09-24 18:21:22 +09:00
|
|
|
|
2019-09-25 17:26:19 +09:00
|
|
|
export * from './lib/types/service';
|
2019-09-24 18:21:22 +09:00
|
|
|
export * from './lib/types/userInfo';
|