Next.js Discord

Discord Forum

Type helpers

Answered
Raspberry Horntail posted this in #help-forum
Open in Discord
Raspberry HorntailOP
Where i can find list of type helpers(utility types etc) in next js
Answered by Netherland Dwarf
View full answer

5 Replies

@Raspberry Horntail Where i can find list of type helpers(utility types etc) in next js
what utility types? can you give an example?
@joulev what utility types? can you give an example?
Raspberry HorntailOP
NextPageProps etc nextMiddlewareProps something like this
@Raspberry Horntail NextPageProps etc nextMiddlewareProps something like this
no, such types dont exist. you manually write the types yourself.
Netherland Dwarf
@joulev next.js does offer some types though like NextResponse, but what Joulev is saying is for custom props you need to extend the base class and add props there
Netherland Dwarf
Answer