export enum EnumCommunityActions {
  OnCommunityCreated = 'onCommunityCreated',
  OnCommunityDeleted = 'onCommunityDeleted',
  OnCommunityUpdated = 'onCommunityUpdated',
}
