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