Skip to content

Commit

Permalink
#14548 Export types from the add-in client.
Browse files Browse the repository at this point in the history
  • Loading branch information
MindLink committed Jul 24, 2018
1 parent 184b8b0 commit d2a3215
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/client.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { PostMessageAddInClient } from "./PostMessageAddInClient";
import { DirectAddInClient } from "./DirectAddInClient";
import { IAddInClient } from "./IAddInClient";
import { IChatRoomMetaData } from "./IChatRoomMetaData";
import { IUserMetaData } from "./IUserMetaData";

/**
* Creates the add-in client.
Expand Down Expand Up @@ -28,4 +30,7 @@ function createAddInClient(): IAddInClient {
}

const client = createAddInClient();

export default client;

export { IAddInClient, IChatRoomMetaData, IUserMetaData };

0 comments on commit d2a3215

Please sign in to comment.