serlo / frontend

Next.js app that serves serlo.org
https://serlo.org
Apache License 2.0
38 stars 10 forks source link

Types for the fetcher #382

Closed Entkenntnis closed 4 years ago

Entkenntnis commented 4 years ago

Finally, everything is ready to fully type the fetcher code: The incoming api data is typed as QueryResponse and the return value of the fetcher is PageData.

elbotho commented 4 years ago

wow!