import { Entry } from "@dao-xyz/peerbit-log"; export interface EntryWithRefs { entry: Entry; references: Entry[]; }