feat: add recorder interfaces

This commit is contained in:
Ilya Uraev 2025-05-28 18:19:56 +03:00
parent 1107295f4f
commit 3e36193606
3 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,6 @@
string RUN = "run"
string SAVE_AND_NEXT = "save_and_next"
string CANCEL_AND_NEXT = "cancel_and_next"
string STOP_AND_SAVE = "stop_and_save"
string STOP_AND_CANCEL = "stop_and_cancel"
string command