export const USER_STATUS = {
  NORMAL: 1,
  DISABLED: 2
} as const
