Comment detail should be timestamp

Part of #139524
This commit is contained in:
Alex Ross
2022-01-21 13:20:39 +01:00
parent 12c80bb2ee
commit 8b27820fb2
6 changed files with 29 additions and 37 deletions

View File

@@ -169,9 +169,9 @@ export interface CommentChanges {
readonly commentReactions?: modes.CommentReaction[];
readonly label?: string;
readonly mode?: modes.CommentMode;
readonly detail?: {
readonly timestamp?: {
$mid: MarshalledId.Date
} | string;
};
}
export type CommentThreadChanges = Partial<{