@trii/types 2.10.257 → 2.10.258

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.
@@ -169,7 +169,8 @@ export interface MessageReference {
169
169
  channelId: string;
170
170
  }
171
171
  export interface MessageReaction {
172
- action: 'react' | 'unreact';
172
+ userId: string;
173
+ timestamp: Date;
173
174
  emoji?: string;
174
175
  }
175
176
  export interface MessageEmail {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.257",
3
+ "version": "2.10.258",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",