summary refs log tree commit diff
path: root/dist/models/Channel.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'dist/models/Channel.d.ts')
-rw-r--r--dist/models/Channel.d.ts2
1 files changed, 1 insertions, 1 deletions
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<Document<any>, import("mongoose").Mod export declare const ChannelModel: import("mongoose").Model<ChannelDocument>; export interface Channel { id: bigint; - created_at: number; + created_at: Date; name: string; type: number; }