@mastergo/plugin-typings 2.8.2-beta.0 → 2.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1113,6 +1113,8 @@ declare global {
|
|
|
1113
1113
|
*/
|
|
1114
1114
|
readonly codegen?: CodegenAPI
|
|
1115
1115
|
|
|
1116
|
+
readonly mode?: "inspect" | "design" | "codegen" | "snippetgen"
|
|
1117
|
+
|
|
1116
1118
|
closePlugin(): void
|
|
1117
1119
|
|
|
1118
1120
|
on<T extends PluginEventType>(type: T, callback: MGEventCallbackMap[T]): void
|