1
2
3
4
5
use oxc_index::define_index_type;

define_index_type! {
    pub struct ReferenceId = u32;
}