SpecialValueMatch🔗Special value types supported by the SpecialValueMapDefinition🔗export enum SpecialValueMatch { True = "true", False = "false", Null = "null", NotANumber = "nan", NullAndNan = "null+nan", Empty = "empty", }