@trii/types 2.10.253 → 2.10.254

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.
@@ -222,7 +222,7 @@ export interface MessageSticker {
222
222
  }
223
223
  export interface MessageInfo {
224
224
  code: string;
225
- data: MessageInfoVar[];
225
+ data: MessageInfoVar;
226
226
  }
227
227
  export interface MessageInfoVar {
228
228
  id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.253",
3
+ "version": "2.10.254",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",