Interface ShortcutTriggerEvent

interface ShortcutTriggerEvent {
    combo: string;
    command: string;
    isCustom: boolean;
}

Properties

combo: string
command: string
isCustom: boolean