@trii/types 2.10.523 → 2.10.525
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.
|
@@ -396,7 +396,10 @@ export interface IMessage {
|
|
|
396
396
|
comment?: CommentData;
|
|
397
397
|
isLoaded: boolean;
|
|
398
398
|
isHighlighted: boolean;
|
|
399
|
+
edited: boolean;
|
|
400
|
+
editedAt?: Date;
|
|
399
401
|
deleted: boolean;
|
|
402
|
+
deletedAt?: Date;
|
|
400
403
|
updatedAt?: Date;
|
|
401
404
|
updatedBy?: UserInfo;
|
|
402
405
|
}
|