export const userTypeConst = {
  ADMIN: "admin",
  BRAND: "brand",
}
