#App router page type
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
I know this may have been asked a million times but couldn't find the reference: how can we type pages for the App Router? For instance "const MyPage = ({params: {responseId }}: IsThereAnOfficalTypeForThis?<{responseId: string}>) => {... }"