import { HplContact } from "../../types";
export interface GetHplContactListResult {
    contacts: HplContact[];
}
