15 lines
382 B
TypeScript
15 lines
382 B
TypeScript
/*
|
|
* Public API Surface of ucap-webmessenger-protocol-info
|
|
*/
|
|
|
|
export * from './lib/protocols/status';
|
|
export * from './lib/protocols/user-option';
|
|
export * from './lib/protocols/user';
|
|
|
|
export * from './lib/services/info-protocol.service';
|
|
|
|
export * from './lib/types/service';
|
|
export * from './lib/types/user-info-update.type';
|
|
|
|
export * from './lib/ucap-info-protocol.module';
|