lib/gen_lsp/protocol/base_types.ex

# codegen: do not edit
defmodule GenLSP.BaseTypes do
  @type uri :: String.t()
  @type document_uri :: String.t()
  @type uinteger :: integer()
  @type null :: nil
end