13 lines
317 B
TypeScript
13 lines
317 B
TypeScript
/*
|
|
* Public API Surface of ucap-webmessenger-protocol-sync
|
|
*/
|
|
export * from './lib/models/buddy';
|
|
export * from './lib/models/group';
|
|
|
|
export * from './lib/services/sync-protocol.service';
|
|
|
|
export * from './lib/ucap-sync-protocol.module';
|
|
|
|
export * from './lib/types/service';
|
|
export * from './lib/types/userInfo';
|