UNPKG

tabby-quick-cmds

Version:
11 lines (10 loc) 192 B
export interface QuickCmds { name: string; text: string; appendCR: boolean; group?: string; } export interface ICmdGroup { name: string; cmds: QuickCmds[]; }