chore: Add deprecated tag to ActionMessage type (#9063)

This commit is contained in:
sp.wack 2025-06-11 18:34:07 +04:00 committed by GitHub
parent d151093872
commit f27b02411b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;