18 lines
431 B
TypeScript
18 lines
431 B
TypeScript
|
/*
|
||
|
* Public API Surface of ucap-webmessenger-api-prompt
|
||
|
*/
|
||
|
|
||
|
export * from './lib/apis/api-prompt';
|
||
|
export * from './lib/apis/call';
|
||
|
|
||
|
export * from './lib/services/call.service';
|
||
|
|
||
|
export * from './lib/types/prompt-message-status-code.type';
|
||
|
|
||
|
export * from './lib/types/prompt-message-status-code.type';
|
||
|
|
||
|
export * from './lib/ucap-prompt-api.module';
|
||
|
|
||
|
export * from './lib/config/urls';
|
||
|
export * from './lib/config/module-config';
|