export enum EmailTypeEnum { register = 'register', findPassword = 'findPassword' } export const PRICE_SCALE = 100000;