UNPKG

@qaflag/core

Version:

Base requirements for the QA Flag library

7 lines (5 loc) 176 B
import { ValueInterface } from '../value/value.interface'; export interface TestInterface<T extends ValueInterface> { readonly input: T; readonly not: TestInterface<T>; }