import type { CommentCreate } from "./CommentCreate"; export type WrappedCommentCreate = { item: CommentCreate; };