UNPKG

test-ic-wallet-middleware-hpl

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