@trii/types 2.10.215 → 2.10.217

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -143,7 +143,7 @@ export interface MessageReference {
143
143
  channelId: string;
144
144
  }
145
145
  export interface MessageReaction {
146
- reaction: 'react' | 'unreact';
146
+ action: 'react' | 'unreact';
147
147
  emoji: string;
148
148
  }
149
149
  export interface MessageEmail {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.215",
3
+ "version": "2.10.217",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",