mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add 'INTERPRETER', 'APPLICATION' as helium pkg types
This commit is contained in:
parent
6de9169988
commit
f1c7bac81e
1 changed files with 2 additions and 0 deletions
|
|
@ -15,4 +15,6 @@
|
|||
export const HeliumType = {
|
||||
VISUALIZATION: 'VISUALIZATION',
|
||||
SPELL: 'SPELL',
|
||||
INTERPRETER: 'INTERPRETER',
|
||||
APPLICATION: 'APPLICATION',
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue