1use cw_storage_plus::Item; 2 3pub type OsId = u32; 4 5/// OS-ID storage key 6pub const OS_ID: Item<OsId> = Item::new("\u{0}{5}os_id");