import { IFormBase } from "@ic-wallet-kit/common"; export interface CheckDictionaryPrincipalForm extends IFormBase { dictionaryPrincipal: string; }