@trii/types 2.10.140 → 2.10.141
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.
|
@@ -123,6 +123,13 @@ export interface MessageLocation {
|
|
|
123
123
|
url: string;
|
|
124
124
|
}
|
|
125
125
|
export interface MessageDocument {
|
|
126
|
+
id: string;
|
|
127
|
+
/**The name for the file*/
|
|
128
|
+
filename: string | '';
|
|
129
|
+
/** mimetype o the file */
|
|
130
|
+
mimeType: string;
|
|
131
|
+
/**The url of the fie. */
|
|
132
|
+
url: string;
|
|
126
133
|
}
|
|
127
134
|
export interface MessageReference {
|
|
128
135
|
messageId: string;
|