import { HplRemoteCacheModel } from "../types/cache/hplContactCacheModel"; export interface HplRemotesCacheDataResult { remotes: HplRemoteCacheModel[]; }