This commit is contained in:
saplf
2019-09-08 01:24:27 +08:00
parent 1c0e5ddb66
commit 8282bb81d4
11 changed files with 82 additions and 33 deletions

View File

@@ -252,7 +252,9 @@ export interface Inviter {
nickname: string;
registryTime: string;
createdAt: string;
phone: string;
}
export type Inviters = Inviter[];