import { GunSchema, GunSoul, IGunChain } from '..'; import {} from '../types/gun/IGunChain'; import { IGunChain2TNode } from '../types/utils'; declare module '../types/gun/IGunChain' { export interface IGunChain { /** * After you save some data in an unordered list, you may need to remove it */ unset< T extends Partial | GunSoul | IGunChain, K extends keyof TNode & string, V extends TNode[K] & Record >( node: IGunChain< IGunChain2TNode, IGunChain, TGunInstance, K > ): IGunChain; } }