diff --git a/src/@ionic-native/plugins/qqsdk/index.ts b/src/@ionic-native/plugins/qqsdk/index.ts
index a4ddf819c..11cf5dace 100644
--- a/src/@ionic-native/plugins/qqsdk/index.ts
+++ b/src/@ionic-native/plugins/qqsdk/index.ts
@@ -166,7 +166,6 @@ export class QQSDK extends IonicNativePlugin {
 
   /**
    * QQ Share Scene
-   * @type {{QQ: number; QQZone: number; Favorite: number}}
    */
   Scene = {
     QQ: 0,
@@ -175,7 +174,6 @@ export class QQSDK extends IonicNativePlugin {
   };
   /**
    *  client type:  QQ application or TIM application
-   * @type {{QQ: number; TIM: number}}
    */
   ClientType = {
     QQ: 0,