summary refs log tree commit diff
path: root/dist/models/User.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'dist/models/User.d.ts')
-rw-r--r--dist/models/User.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/models/User.d.ts b/dist/models/User.d.ts

index 81ae1fab..1219166e 100644 --- a/dist/models/User.d.ts +++ b/dist/models/User.d.ts
@@ -7,6 +7,7 @@ export interface User extends Document { username: string; discriminator: string; avatar: string | null; + fingerprints: string[]; phone?: string; desktop: boolean; mobile: boolean;