import type { Comment } from "./Comment"; export type WrappedComment = { item: Comment; };