import type { PostView } from "./PostView"; export type PostResponse = { post_view: PostView; };