UNPKG

@ic-wallet-kit/hpl

Version:
5 lines (4 loc) 109 B
import { HplContact } from "../types"; export interface LoadHplContactResult { contacts: HplContact[]; }