pub type Type = Vec<Vec<String>>;
Type alias for a vector of vectors, where each inner vector contains the components of a file path.
pub struct Type { /* private fields */ }