import { HplAccount } from "../../types/accounts/hplAccount"; export interface GetHplAccountListResult { accounts: HplAccount[]; }