Small fix

This commit is contained in:
saplf
2019-09-08 17:37:56 +08:00
parent b65b7c611e
commit 240daa107e
7 changed files with 44 additions and 25 deletions

View File

@@ -12,6 +12,7 @@ export interface User {
email?: string;
token: string;
inviteCode: string;
inviter: string;
}
export enum SendCodeType {