export interface CommentRaw { comment_key: string; video_id: string; message: string; }