1 Reply
The
ReturnType of getProviders is a Promise, not your collection of providers. Wrap the type in Awaited like Awaited<ReturnType<typeof getProviders>>
Might be worth typing your props based on getStaticProps too so that you know they match