From 6fbfcac1ba72ad123700824535c1e076190f4630 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 6 Apr 2021 04:30:24 +0200 Subject: :sparkles: add date of birth to user --- dist/models/User.d.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'dist/models/User.d.ts') diff --git a/dist/models/User.d.ts b/dist/models/User.d.ts index f7f9e684..109dd177 100644 --- a/dist/models/User.d.ts +++ b/dist/models/User.d.ts @@ -12,6 +12,7 @@ export interface User { mobile: boolean; premium: boolean; premium_type: number; + date_of_birth: Date; bot: boolean; system: boolean; nsfw_allowed: boolean; -- cgit 1.5.1