Type alias Inputable<T>

Inputable<T>: {
    input: T;
}

Type Parameters

  • T = any

Type declaration

  • input: T