15 lines
360 B
TypeScript
15 lines
360 B
TypeScript
/*
|
|
* Public API Surface of ucap-webmessenger-protocol-query
|
|
*/
|
|
|
|
export * from './lib/models/auth';
|
|
export * from './lib/models/dept';
|
|
export * from './lib/models/dept-user';
|
|
|
|
export * from './lib/services/query-protocol.service';
|
|
|
|
export * from './lib/types/dept.type';
|
|
export * from './lib/types/service';
|
|
|
|
export * from './lib/ucap-query-protocol.module';
|