UNPKG

@ic-wallet-kit/hpl

Version:
5 lines (4 loc) 158 B
import { HplRemoteCacheModel } from "../types/cache/hplContactCacheModel"; export interface HplRemotesCacheDataResult { remotes: HplRemoteCacheModel[]; }