Types.InlayHintParamsSourcetype t = {range : Range.t;textDocument : TextDocumentIdentifier.t;workDoneToken : ProgressToken.t option;}val create :
range:Range.t ->
textDocument:TextDocumentIdentifier.t ->
?workDoneToken:ProgressToken.t ->
unit ->
t