import type { Vec, bool } from '@polkadot/types-codec';
/** @name Approvals */
export interface Approvals extends Vec<bool> {
}
export type PHANTOM_POLL = 'poll';
