TS

import { GetServerSidePropsContext } from 'next';
export const getServerSideProps = async (context: GetServerSidePropsContext) => {};
import { GetStaticPropsContext } from 'next';
export const getStaticProps = async (context: GetStaticPropsContext) => {};