some-file.tststype Post = { title: string; description: string;};
type Post = { title: string; description: string;};