UNPKG

create-next-app-template

Version:

This is a template set up to create Next.js App with fast speed and high performance<br/> The current template is provided in a **page routing** structure.<br/>

9 lines (7 loc) 131 B
import 'next-auth'; declare module 'next-auth' { interface Session { refreshToken?: string; accessToken?: string; } }