#TypeScript Types from getStaticPaths

1 messages · Page 1 of 1 (latest)

wheat dirge
#

Ah ok I just needed to type the props

interface Props {
  posts: Post[]
}
#

But now I have...