Type of return from await
getting a TS error stating "34:9 Error: Unsafe assignment of an any value." on my await in getServerSideProps. Tried to scour the docs for a solution but can't find anywhere where someone sets a type that works for me await.
getAudit is a JS function, not TS (yet). Any ideas on how I should best solve this?
I have the "correct" props for my render function in the page
getAudit is a JS function, not TS (yet). Any ideas on how I should best solve this?
I have the "correct" props for my render function in the page
