import { AccountType } from "../../types/accounts";
export interface HplVirtualAccountInfoCacheModel {
    principal: string;
    accountType: AccountType;
}
