diff --git a/internal/descriptor/descriptor.go b/internal/descriptor/descriptor.go index 76883c7..6e506d2 100644 --- a/internal/descriptor/descriptor.go +++ b/internal/descriptor/descriptor.go @@ -71,6 +71,9 @@ const ( // Compound represents the compound descriptor type. Compound + + // MultiRange represents the multi range descriptor type. + MultiRange ) // Descriptor is a type descriptor