Skip to content

Commit

Permalink
types/add StreamClient vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mahboubii committed May 15, 2020
1 parent 7dcbf36 commit b70dde1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions types/getstream/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,13 @@ export class StreamClient {
options?: object,
);

apiKey: string;
appId?: string;
apiSecret?: string;
userToken?: string;
userId?: string;
currentUser?: User;

// Event subscriptions
on(event: string, callback: (args: any[]) => void): void;
off(key: string): void;
Expand Down

0 comments on commit b70dde1

Please sign in to comment.