UNPKG

get-express-starter

Version:

Get production ready express boilerplate with a single command

7 lines (6 loc) 148 B
export const tokenTypes = { ACCESS: 'access', REFRESH: 'refresh', RESET_PASSWORD: 'resetPassword', VERIFY_EMAIL: 'verifyEmail', } as const;