UNPKG

@ic-wallet-kit/hpl

Version:
6 lines (5 loc) 140 B
import { Principal } from "@dfinity/principal"; export interface RemoveHplContactLinkForm { principal: Principal; linkId: string; }