refactor(core): consolidate tool architecture
This commit is contained in:
parent
0fd73a2976
commit
8db7487c89
466 changed files with 9405 additions and 11071 deletions
5
packages/plugin/src/app.ts
Normal file
5
packages/plugin/src/app.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export interface App {
|
||||
readonly name: string
|
||||
readonly version: string
|
||||
readonly channel: string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue