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

export interface Input {
  value?: string | null | false;
}

return="" as string
