21 lines
666 B
TypeScript
21 lines
666 B
TypeScript
/*
|
|
* Public API Surface of ucap-webmessenger-api-common
|
|
*/
|
|
|
|
export * from './lib/types/module-config';
|
|
|
|
export * from './lib/apis/file-profile-save';
|
|
export * from './lib/apis/file-talk-download';
|
|
export * from './lib/apis/file-talk-save';
|
|
export * from './lib/apis/file-talk-share';
|
|
export * from './lib/apis/mass-talk-download';
|
|
export * from './lib/apis/mass-talk-save';
|
|
export * from './lib/apis/trans-mass-talk-download';
|
|
export * from './lib/apis/trans-mass-talk-save';
|
|
export * from './lib/apis/translation-req';
|
|
export * from './lib/apis/translation-save';
|
|
|
|
export * from './lib/services/common-api.service';
|
|
|
|
export * from './lib/ucap-common-api.module';
|