next-ucap-messenger/projects/ucap-webmessenger-protocol-query/src/public-api.ts
2019-09-25 16:13:24 +09:00

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';