insertText : [ `String of string| `StringValue of Linol_lsp__Types.StringValue.t ];
range : Linol_lsp__Types.Range.t option;
}
val create :
?command:Linol_lsp__Types.Command.t->?filterText:string ->insertText:
[ `String of string| `StringValue of Linol_lsp__Types.StringValue.t ]->?range:Linol_lsp__Types.Range.t->unit ->t