Move ActionData to separate file

This commit is contained in:
viown
2024-12-17 23:38:03 +03:00
parent 4134683eb5
commit a9a287d9fd
3 changed files with 5 additions and 8 deletions
+3
View File
@@ -0,0 +1,3 @@
export interface ActionData {
isSaved: boolean;
}