import { HplAccount } from "../../types/accounts/hplAccount";
export interface AddHplAccountResult {
    account: HplAccount;
}
