diff --git a/stdlib/reflect.pkl b/stdlib/reflect.pkl index ad2cc7af..0f4f949f 100644 --- a/stdlib/reflect.pkl +++ b/stdlib/reflect.pkl @@ -100,6 +100,10 @@ const listingType: DeclaredType = DeclaredType(Class(Listing)) /// A mirror for the `Mapping` type. const mappingType: DeclaredType = DeclaredType(Class(Mapping)) +/// A mirror for the `Bytes` type. +@Since { version = "0.29.0" } +const bytesType: DeclaredType = DeclaredType(Class(Bytes)) + /// A mirror for the `module` type. external const moduleType: ModuleType