feat(plugin): expose app metadata (#38179)
This commit is contained in:
parent
2ed8fe5960
commit
8de40be6ea
71 changed files with 477 additions and 286 deletions
5
packages/plugin/src/v2/app.ts
Normal file
5
packages/plugin/src/v2/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