import { HplVirtualAccountInfoCacheModel } from "../../types/cache/hplVirtualAccountInfoCacheModel"; export interface HplVirtualAccountCacheModel { virtualAccountId: bigint; virtualAccountInfo: HplVirtualAccountInfoCacheModel; }