Interface FuzzyInput<T>

interface FuzzyInput<T> {
    input?: string;
    value?: T;
}

Type Parameters

  • T

Properties

Properties

input?: string
value?: T