export interface Comment { id: number; url: string; text: string; threadId: number; inReplyToCommentId: number; videoId: number; createdAt: string; updatedAt: string; totalReplies: number; account: Account; } //# sourceMappingURL=comment.d.ts.map