UNPKG

test-ic-wallet-middleware-icrc

Version:
6 lines (5 loc) 144 B
import { SubAccountId } from "../../types/assets"; export interface SubAccountContactForm { name: string; subAccountId: SubAccountId; }