pub(in crate::lint) type QualifierId = String;
pub(in crate::lint) type CatalogId = String;
pub(in crate::lint) type RequestContextId = String;
pub(in crate::lint) type RequestContextEntryId = String;
pub(in crate::lint) type ValueKey = String;
pub(in crate::lint) type VariableId = String;
pub(in crate::lint) type WorkspacePath = String;