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

export interface Input {
  value?: any;
}
