export const enum AmityCommunityMemberStatusFilter {
  ALL = 'all',
  MEMBER = 'member',
  NOT_MEMBER = 'notMember',
}
