import { HplContact } from "../../types";
export interface AddHplContactResult {
    contact: HplContact;
}
