8 lines
136 B
TypeScript
8 lines
136 B
TypeScript
|
/*
|
||
|
* Public API Surface of ucap-webmessenger-api
|
||
|
*/
|
||
|
|
||
|
export * from './lib/models/api';
|
||
|
|
||
|
export * from './lib/types/status-code.type';
|