UNPKG

@ic-wallet-kit/hpl

Version:
6 lines (5 loc) 158 B
import { AccountType } from "../../types/accounts"; export interface HplVirtualAccountInfoCacheModel { principal: string; accountType: AccountType; }