13 lines
284 B
TypeScript
13 lines
284 B
TypeScript
/*
|
|
* Public API Surface of ucap-webmessenger-protocol-event
|
|
*/
|
|
|
|
export * from './lib/models/info';
|
|
export * from './lib/models/send';
|
|
|
|
export * from './lib/services/event-protocol.service';
|
|
|
|
export * from './lib/ucap-event-protocol.module';
|
|
|
|
export * from './lib/types/event.type';
|