//! Data types for stored files and their metadata.
//!
//! Re-exports the [`File`] row type, the content-association types
//! [`ContentFile`] and [`FileRole`], and the structured-metadata family
//! ([`FileMetadata`], [`TypeSpecificMetadata`], and the per-kind detail
//! structs).
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
pub use ;
pub use File;
pub use ;
pub use ;