mirror of
https://github.com/eugeny/tabby
synced 2025-12-12 18:55:47 +00:00
project rename
This commit is contained in:
8
tabby-core/src/api/selector.ts
Normal file
8
tabby-core/src/api/selector.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface SelectorOption<T> {
|
||||
name: string
|
||||
description?: string
|
||||
result?: T
|
||||
icon?: string
|
||||
freeInputPattern?: string
|
||||
callback?: (string?) => void
|
||||
}
|
||||
Reference in New Issue
Block a user