pub(in crate::lint) type ListId = String;
pub(in crate::lint) type LayerId = String;
pub(in crate::lint) type CatalogId = String;
pub(in crate::lint) type EvaluationContextId = String;
pub(in crate::lint) type EvaluationContextSampleId = String;
pub(in crate::lint) type ValueKey = String;
pub(in crate::lint) type VariableId = String;
pub(in crate::lint) type PackagePath = String;