AI-Studio/app/MindWork AI Studio/Tools/Services/GlobalShortcutRuntimeState.cs

5 lines
193 B
C#
Raw Normal View History

using AIStudio.Tools.Rust;
namespace AIStudio.Tools.Services;
public sealed record GlobalShortcutRuntimeState(Shortcut ShortcutId, string Shortcut, ShortcutBackend Backend, bool IsSuspended);