/** File for types only, not actual implementation **/

export interface Input<T> {
  value: T;
}

return=input.value
