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/>

11 lines (9 loc) 188 B
export const STATUS = { LOADING: 'loading', SUCCESS: 'success', FAILED: 'failed', } as const; export const TOKEN = { ACCESS: 'accessToken', REFRESH: 'refreshToken', } as const;