refactor: blocks plugins (#1956)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { LinkableItem } from './LinkableItem'
|
||||
|
||||
export type ItemLink<ItemType extends LinkableItem = LinkableItem> = {
|
||||
id: string
|
||||
item: ItemType
|
||||
type: 'linked' | 'linked-by'
|
||||
}
|
||||
Reference in New Issue
Block a user