From f27b02411bb17c0d21b28f5473f119211b694542 Mon Sep 17 00:00:00 2001 From: "sp.wack" <83104063+amanape@users.noreply.github.com> Date: Wed, 11 Jun 2025 18:34:07 +0400 Subject: [PATCH] chore: Add deprecated tag to `ActionMessage` type (#9063) --- frontend/src/types/message.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/types/message.tsx b/frontend/src/types/message.tsx index 664d51e797..752b8c5c19 100644 --- a/frontend/src/types/message.tsx +++ b/frontend/src/types/message.tsx @@ -1,3 +1,7 @@ +/** + * @deprecated This type is deprecated and will be removed in a future version. + * Use types in `frontend/src/types/core` instead. + */ export interface ActionMessage { id: number;