UNPKG

@ic-wallet-kit/hpl

Version:
5 lines (4 loc) 144 B
import { IFormBase } from "@ic-wallet-kit/common"; export interface CheckLedgerPrincipalForm extends IFormBase { ledgerPrincipal: string; }