Skip to content

Commit

Permalink
feat: typings for signup
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-scherzinger committed Feb 2, 2017
1 parent da29ed7 commit bbde3ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions typings/Accounts.d.ts
Expand Up @@ -19,6 +19,8 @@ export declare class Accounts extends Core {
logout(): Promise<void>;

emailAvailable(email: string): Promise<boolean>;

signup(email: string, password: string, invite: string): Promise<string>
}

interface tokenResponse {
Expand Down

0 comments on commit bbde3ad

Please sign in to comment.