import { AnonymousGroup, IdentifiedGroup } from "."; export type Group = AnonymousGroup | IdentifiedGroup;