7 lines
157 B
TypeScript
7 lines
157 B
TypeScript
export const METADATA_KEY = {
|
|
plugin: "@ms/plugin:plugin",
|
|
cmd: "@ms/plugin:cmd",
|
|
tab: "@ms/plugin:tab",
|
|
listener: "@ms/plugin:listener",
|
|
};
|