pub type Value<T> = StorageValue<_GeneratedPrefixForStorageValue<T>, u32, OptionQuery, GetDefault>;
Storage type is [StorageValue] with value type u32.
StorageValue
u32
struct Value<T>(/* private fields */);