import type { CommentId } from "./CommentId"; /** * Fetch an individual comment. */ export type GetComment = { id: CommentId; };