UNPKG

@ic-wallet-kit/hpl

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