UNPKG

@ic-wallet-kit/hpl

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