mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-09-13 21:53:36 +00:00
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);
|