Closed myandrienko closed 5 months ago
Adds two new types:
UserEx
User
ReactionEx
Reaction
And, just as an example, builds two types on top of them:
UserResponseEx
ReactionResponseEx
Also, queryReactions return type updated.
queryReactions
Size Change: 0 B
Total Size: 369 kB
compressed-size-action
Adds two new types:
UserEx
- analog of ourUser
type, but non-genericReactionEx
- analog of ourReaction
type, but non-genericAnd, just as an example, builds two types on top of them:
UserResponseEx
usesUserEx
ReactionResponseEx
uses bothReactionEx
andUserEx
Also,
queryReactions
return type updated.