import { HplRemote } from "../../types";
export interface AddHplContactLinkResult {
    links: HplRemote[];
}
