UNPKG

@polkadot/types

Version:
6 lines (5 loc) 163 B
import type { Vec, bool } from '@polkadot/types-codec'; /** @name Approvals */ export interface Approvals extends Vec<bool> { } export type PHANTOM_POLL = 'poll';