diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-10-07 03:36:46 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-10-07 03:36:46 +0900 |
| commit | 6a5c6280ffd3ffe820beb23294f1c2c1f5deb9cf (patch) | |
| tree | eb9006394a36bfa80bd255e9d86a524060c37828 /src/api/models/user.ts | |
| parent | Merge pull request #817 from syuilo/greenkeeper/@types/mongodb-2.2.13 (diff) | |
| download | sharkey-6a5c6280ffd3ffe820beb23294f1c2c1f5deb9cf.tar.gz sharkey-6a5c6280ffd3ffe820beb23294f1c2c1f5deb9cf.tar.bz2 sharkey-6a5c6280ffd3ffe820beb23294f1c2c1f5deb9cf.zip | |
:v:
Diffstat (limited to 'src/api/models/user.ts')
| -rw-r--r-- | src/api/models/user.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/api/models/user.ts b/src/api/models/user.ts index 1591b339bc..4f8086d42b 100644 --- a/src/api/models/user.ts +++ b/src/api/models/user.ts @@ -57,6 +57,9 @@ export type IUser = { user_id: string; screen_name: string; }; + line: { + user_id: string; + }; description: string; profile: { location: string; |