@gct-paas/core 0.1.5-dev.2 → 0.1.5-dev.4

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.
@@ -1,20 +0,0 @@
1
- /**
2
- * 套件配置信息
3
- *
4
- * @export
5
- * @interface IKitInfo
6
- */
7
- export interface IKitInfo {
8
- /**
9
- * 套件名称
10
- *
11
- * @type {string}
12
- */
13
- kit: string;
14
- /**
15
- * 套件版本
16
- *
17
- * @type {string}
18
- */
19
- version: string;
20
- }