AnyInput
AnyInput =
FileInput|FilesInput|DirectInput<unknown> |SourcesInput|AnyValidatedInput
Defined in: input.ts:201
Runtime union type for AST representation.
Used internally where the output type is erased (e.g., in AST nodes). Allows proper type narrowing in switch statements on input.type.