From dce40279280ddbc3b961ab83a9cc6f0fbec7e05c Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Mon, 8 Mar 2021 18:41:31 +0100 Subject: :sparkles: changed number to date type --- dist/models/Channel.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/models/Channel.d.ts') diff --git a/dist/models/Channel.d.ts b/dist/models/Channel.d.ts index 2528070a..5cd7b342 100644 --- a/dist/models/Channel.d.ts +++ b/dist/models/Channel.d.ts @@ -9,7 +9,7 @@ export declare const ChannelSchema: Schema, import("mongoose").Mod export declare const ChannelModel: import("mongoose").Model; export interface Channel { id: bigint; - created_at: number; + created_at: Date; name: string; type: number; } -- cgit 1.5.1