UNPKG

nel-neo-thinsdk

Version:
9 lines (8 loc) 138 B
namespace Neo.IO.Caching { export interface ITrackable<TKey> { key: TKey; trackState: TrackState; } }