import { LinkableItem } from './LinkableItem' export type ItemLink = { id: string item: ItemType type: 'linked' | 'linked-by' }