export const brandConstant = {
  IN_ACTIVE: 0,
  ACTIVE: 1,
  DRAFT: 2,
  INVITE_SEND: 3,
}
