Provides struct and type for a DocumentInteractions
Summary
Types
@type t() :: %Gleanex.Client.DocumentInteractions{ numComments: integer() | nil, numReactions: integer() | nil, reactions: [String.t()] | nil, reacts: [Gleanex.Client.Reaction.t()] | nil, shares: [Gleanex.Client.Share.t()] | nil, visitorCount: Gleanex.Client.CountInfo.t() | nil }