15 lines
383 B
TypeScript
15 lines
383 B
TypeScript
|
/*
|
||
|
* Public API Surface of ucap-webmessenger-api-public
|
||
|
*/
|
||
|
|
||
|
export * from './lib/types/module-config';
|
||
|
|
||
|
export * from './lib/models/check-user-info-ex';
|
||
|
export * from './lib/models/company-list';
|
||
|
export * from './lib/models/token-update';
|
||
|
export * from './lib/models/url-info';
|
||
|
|
||
|
export * from './lib/services/external-api.service';
|
||
|
|
||
|
export * from './lib/ucap-external-api.module';
|