//! API types for scan path configuration.
//!
//! This module provides serializable types used for configuring file system
//! paths to be scanned.
use ;
/// Represents a file system path to be scanned.
///
/// This type is used to specify directories or files that should be included
/// in scanning operations.