@trii/types 2.10.353 → 2.10.354
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.
|
@@ -206,6 +206,8 @@ export interface MessageReaction {
|
|
|
206
206
|
emoji?: string;
|
|
207
207
|
}
|
|
208
208
|
export interface MessageEmail {
|
|
209
|
+
/**Cuenta de correo electrónico asociado a Trii */
|
|
210
|
+
emailAccount: string;
|
|
209
211
|
/**Remitente del correo */
|
|
210
212
|
from: string;
|
|
211
213
|
/**Lista de destinatarios (puede ser uno o varios) */
|