SearchTableType🔗The type of the table that is used to display the search resultsDefinition🔗type SearchTableType string const ( SearchTableTypeTraces SearchTableType = "traces" SearchTableTypeSpans SearchTableType = "spans" )