import { Input } from "./input";

export interface Inputs {
  [key: string]: Input;
}
