export const getStaticProps: GetStaticProps<
  RequestPageProps,
  RequestPageQuery
> = async (ctx: GetStaticPropsContext<RequestPageQuery>) => {
  if (!ctx.params) throw new Error('Cannot fetch org w/out params.');