2019-11-13 04:55:28 +00:00
|
|
|
/*
|
|
|
|
* Public API Surface of ucap-webmessenger-api-message
|
|
|
|
*/
|
2019-11-13 06:42:30 +00:00
|
|
|
export * from './lib/apis/retrieve-send';
|
2019-11-13 04:55:28 +00:00
|
|
|
|
|
|
|
export * from './lib/services/message-api.service';
|
|
|
|
|
|
|
|
export * from './lib/ucap-message-api.module';
|
|
|
|
|
2019-11-13 06:42:30 +00:00
|
|
|
export * from './lib/models/message-list';
|
|
|
|
|
|
|
|
export * from './lib/types/category.type';
|
|
|
|
export * from './lib/types/content.type';
|
|
|
|
export * from './lib/types/message.type';
|
|
|
|
|
2019-11-13 04:55:28 +00:00
|
|
|
export * from './lib/config/urls';
|
|
|
|
export * from './lib/config/module-config';
|