UNPKG

test-ic-wallet-middleware-hpl

Version:
5 lines (4 loc) 135 B
import { HplAccount } from "../../types/accounts/hplAccount"; export interface GetHplAccountListResult { accounts: HplAccount[]; }