UNPKG

@ic-wallet-kit/hpl

Version:
6 lines (5 loc) 150 B
import { AccountType } from "../accounts/accountType"; export interface HplAccountCacheModel { accountId: bigint; accountType: AccountType; }