UNPKG

test-ic-wallet-middleware-hpl

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