SearchTableType🔗The type of the table that is used to display the search resultsDefinition🔗export enum SearchTableType { Traces = "traces", Spans = "spans", Raw = "raw", }