//! Syntactic type expressions (`TYPE array<string>`, `option<int | string>`).
//!
//! These are *syntax*, deliberately independent of `surrealdb_types::Kind` —
//! conversion to `Kind` is an analysis concern and lives in the workspace
//! crate. Modeling this structurally closes the long-standing gap where
//! `array<string>` fields degraded to `UnsupportedSyntax`.
use ;
/// A syntactic type expression, kept independent of `surrealdb_types::Kind`.