1use super::chord_info::ChordInfo; 2use typeshare::typeshare; 3 4#[typeshare] 5pub type Bar = Vec<ChordInfo>;