import { HplMintCacheModel } from "../../types/cache/hplMintCacheModel";
export interface HplMintDataCacheModel {
    virtualAccountsMints: HplMintCacheModel[];
}
