models 의 export 수정
This commit is contained in:
parent
4d8aedd545
commit
aaf3e2c743
|
@ -1,6 +1,9 @@
|
|||
/*
|
||||
* Public API Surface of ucap-webmessenger-protocol-group
|
||||
*/
|
||||
export * from './lib/models/group-add';
|
||||
export * from './lib/models/group-del';
|
||||
export * from './lib/models/group-update';
|
||||
|
||||
export * from './lib/services/group-protocol.service';
|
||||
|
||||
|
|
|
@ -2,6 +2,12 @@
|
|||
* Public API Surface of ucap-webmessenger-protocol-room
|
||||
*/
|
||||
|
||||
export * from './lib/models/room-invite';
|
||||
export * from './lib/models/room-open';
|
||||
export * from './lib/models/room-open2';
|
||||
export * from './lib/models/room-open3';
|
||||
export * from './lib/models/room-open4';
|
||||
|
||||
export * from './lib/services/room-protocol.service';
|
||||
|
||||
export * from './lib/ucap-room-protocol.module';
|
||||
|
|
Loading…
Reference in New Issue
Block a user