import { Post } from "../../Domain/Post"; export interface PostFound { post: Post; }