import type { JSONSupport } from "../../../core/JSONSupport.js"; export default abstract class Input extends JSONSupport {} export type InputType = "barcode-scanner" | "combo-box" | "date-picker" | "datetime-picker" | "multiple-choice" | "timestampoffset-picker" | "radio-buttons" | "switch" | "text-area" | "text-box" | "time-picker";