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

export interface Input<T> {
  value: T;
  content: Marko.Body<[Awaited<T>]>
}
