15 lines
360 B
TypeScript
Raw Normal View History

2019-09-18 15:02:21 +09:00
/*
* Public API Surface of ucap-webmessenger-protocol-query
*/
2019-09-25 13:26:41 +09:00
export * from './lib/models/auth';
export * from './lib/models/dept';
export * from './lib/models/dept-user';
2019-09-25 13:26:41 +09:00
2019-09-18 15:02:21 +09:00
export * from './lib/services/query-protocol.service';
export * from './lib/types/dept.type';
2019-09-25 13:26:41 +09:00
export * from './lib/types/service';
2019-09-18 15:02:21 +09:00
export * from './lib/ucap-query-protocol.module';