Type Alias Inputable<T>

Inputable<T>: {
    input: T;
}

Type Parameters

  • T = any