UNPKG

@ic-wallet-kit/hpl

Version:
6 lines (5 loc) 304 B
import { RemoteAccountSelectorId } from "../../types/contacts/remoteAccountSelectorId"; import { RemoteAccountSelectorIdRange } from "../../types/contacts/remoteAccountSelectorIdRange"; export interface RemoteAccountSelectorCat { cat: Array<RemoteAccountSelectorId | RemoteAccountSelectorIdRange>; }