UNPKG

@polkadot/types

Version:
6 lines (5 loc) 125 B
import type { HexString } from '@polkadot/util/types'; export interface Check { data: HexString; fails?: string[]; }