export enum UserTokenType { FORGOT_PASSWORD = 'forgot-password', EMAIL_VERIFICATION = 'email-verification', }