UNPKG

get-express-starter

Version:

Get production ready express boilerplate with a single command

7 lines (6 loc) 150 B
export const tokenTypes = { ACCESS: 'ACCESS', REFRESH: 'REFRESH', RESET_PASSWORD: 'RESET_PASSWORD', VERIFY_EMAIL: 'VERIFY_EMAIL', } as const;