import { TWithId } from './TWithId'; import { TWithName } from './TWithName'; import { TWithTags } from './TWithTags'; export type TRegistrable = TWithId & TWithName & TWithTags;