summary refs log tree commit diff
path: root/dist/models/User.d.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-03-08 18:41:31 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-03-08 18:41:31 +0100
commitdce40279280ddbc3b961ab83a9cc6f0fbec7e05c (patch)
treed094ec4bdfc0c041ad8cb91221170df9084ae6b3 /dist/models/User.d.ts
parent:sparkles: AuditLog (diff)
downloadserver-dce40279280ddbc3b961ab83a9cc6f0fbec7e05c.tar.xz
:sparkles: changed number to date type
Diffstat (limited to 'dist/models/User.d.ts')
-rw-r--r--dist/models/User.d.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/models/User.d.ts b/dist/models/User.d.ts

index 9b973de1..adf6613f 100644 --- a/dist/models/User.d.ts +++ b/dist/models/User.d.ts
@@ -18,14 +18,14 @@ export interface User { level: string; nsfw_allowed: boolean; mfa_enabled: boolean; - created_at: number; + created_at: Date; verified: boolean; email?: string; flags: bigint; public_flags: bigint; hash: string; guilds: bigint[]; - valid_tokens_since: number; + valid_tokens_since: Date; user_settings: UserSettings; relationships: Relationship[]; connected_accounts: ConnectedAccount[];