I want to add types when there are multiple props. For ex:
export default function Posts({ source, frontMatter }) { ... }
One way I found is