1 2 3 4 5
pub(in crate::lint) type QualifierId = String; pub(in crate::lint) type ResourceId = String; pub(in crate::lint) type ValueKey = String; pub(in crate::lint) type VariableId = String; pub(in crate::lint) type WorkspacePath = String;