import { CollectionGroup } from '@tachybase/database'; export class CollectionGroupManager { static collectionGroups: CollectionGroup[] = []; }