next-ucap-messenger/projects/ucap-webmessenger-protocol-buddy/src/public-api.ts
leejh 31129c90ac added protocol ROOM all,
buddy, group models filename chaged
2019-09-25 13:21:07 +09:00

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';