Types.TypeDefinitionRegistrationOptionsSourcetype t = {documentSelector : DocumentSelector.t option;id : string option;workDoneProgress : bool option;}val create :
?documentSelector:DocumentSelector.t ->
?id:string ->
?workDoneProgress:bool ->
unit ->
t