Provides struct and type for a TextRange
Summary
Types
@type t() :: %Gleanex.Client.TextRange{ document: Gleanex.Client.Document.t() | nil, endIndex: integer() | nil, startIndex: integer(), type: String.t() | nil, url: String.t() | nil }
Provides struct and type for a TextRange
@type t() :: %Gleanex.Client.TextRange{ document: Gleanex.Client.Document.t() | nil, endIndex: integer() | nil, startIndex: integer(), type: String.t() | nil, url: String.t() | nil }