Skip to content

Commit

Permalink
feat: SocketStream
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalan7 committed Apr 4, 2021
1 parent 5a5a819 commit 0683a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/model/enum/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export { AckType } from './ack-type';
export { ChatState } from './chat-state';
export { GroupChangeEvent } from './group-change-event';
export { GroupNotificationType } from './group-notification-type';
export { SocketState } from './socket-state';
export { SocketState, SocketStream } from './socket-state';
export { MessageType, MediaType } from './message-type';
export * from './interface-mode';
export * from './interface-state';

0 comments on commit 0683a20

Please sign in to comment.