UNPKG

@ic-wallet-kit/hpl

Version:
6 lines (5 loc) 189 B
import { HplAccountCacheModel } from "../types/cache/hplAccountCacheModel"; export interface HplAccountsCacheDataResult { accountLastId: bigint; accounts: HplAccountCacheModel[]; }