mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-09-13 17:53:37 +00:00
Co-authored-by: krut_ni <nils.kruthoff@dlr.de> Co-authored-by: Thorsten Sommer <SommerEngineering@users.noreply.github.com>
5 lines
193 B
C#
5 lines
193 B
C#
using AIStudio.Tools.Rust;
|
|
|
|
namespace AIStudio.Tools.Services;
|
|
|
|
public sealed record GlobalShortcutRuntimeState(Shortcut ShortcutId, string Shortcut, ShortcutBackend Backend, bool IsSuspended); |