import { GunDataNode, GunSchema } from '.'; export type GunCallbackOnce = ( data: GunDataNode, key: K ) => void;