2019-09-18 15:02:21 +09:00
|
|
|
/*
|
|
|
|
* Public API Surface of ucap-webmessenger-protocol-group
|
|
|
|
*/
|
2019-10-07 10:08:14 +09:00
|
|
|
export * from './lib/protocols/add';
|
|
|
|
export * from './lib/protocols/del';
|
|
|
|
export * from './lib/protocols/update';
|
2019-09-18 15:02:21 +09:00
|
|
|
|
|
|
|
export * from './lib/services/group-protocol.service';
|
|
|
|
|
2019-10-10 10:53:42 +09:00
|
|
|
export * from './lib/types/service';
|
|
|
|
|
2019-09-18 15:02:21 +09:00
|
|
|
export * from './lib/ucap-group-protocol.module';
|