export interface Input { type: "input"; label: Record; element: Record; block_id?: string; hint?: Record; optional?: boolean; }