UNPKG

@ic-wallet-kit/hpl

Version:
5 lines (4 loc) 176 B
import { HplVirtualAccount } from "../../types/virtualAccounts/hplVirtualAccount"; export interface GetHplVirtualAccountListResult { virtualAccount: HplVirtualAccount[]; }