import { AccountType } from "../accounts/accountType";
export interface HplAccountCacheModel {
    accountId: bigint;
    accountType: AccountType;
}
