31129c90ac
buddy, group models filename chaged
11 lines
277 B
TypeScript
11 lines
277 B
TypeScript
/*
|
|
* Public API Surface of ucap-webmessenger-protocol-buddy
|
|
*/
|
|
export * from './lib/models/add';
|
|
export * from './lib/models/del';
|
|
export * from './lib/models/update';
|
|
|
|
export * from './lib/services/buddy-protocol.service';
|
|
|
|
export * from './lib/ucap-buddy-protocol.module';
|