export default interface CommentResponse { username?: string; comment?: string; }