For TypeScript, you can use the GetStaticProps type from next : import { GetStaticProps } from 'next' export const getStaticProps: GetStaticProps = async ...
確定! 回上一頁