diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-28 16:09:49 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-28 16:09:49 +0900 |
| commit | 9bcd3cde46c457f0f59dbf8694652615ba9b272f (patch) | |
| tree | 6dd6131d010069398cce859a4a0b7e13dcabdfa1 /src/api | |
| parent | wip (diff) | |
| download | sharkey-9bcd3cde46c457f0f59dbf8694652615ba9b272f.tar.gz sharkey-9bcd3cde46c457f0f59dbf8694652615ba9b272f.tar.bz2 sharkey-9bcd3cde46c457f0f59dbf8694652615ba9b272f.zip | |
wip
Diffstat (limited to 'src/api')
| -rw-r--r-- | src/api/models/signin.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/api/models/signin.ts b/src/api/models/signin.ts index 262c8707ed..62ee796d85 100644 --- a/src/api/models/signin.ts +++ b/src/api/models/signin.ts @@ -7,6 +7,11 @@ export default Signin; export interface ISignin { _id: mongo.ObjectID; + createdAt: Date; + userId: mongo.ObjectID; + ip: string; + headers: any; + success: boolean; } /** |