Types.WorkspaceSymbolSourcetype t = {containerName : string option;data : Import.Json.t option;kind : SymbolKind.t;location : Location.t;name : string;}val create :
?containerName:string ->
?data:Import.Json.t ->
kind:SymbolKind.t ->
location:Location.t ->
name:string ->
?tags:SymbolTag.t list ->
unit ->
t