sass-template-common 0.9.184 → 0.9.185

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.
@@ -104,7 +104,15 @@ export declare interface AutorInfo {
104
104
  USER_PAGE_TWITTER: string;
105
105
  USER_PAGE_INSTAGRAM: string;
106
106
  USER_PAGE_LINKEDIN: string;
107
+ USER_PAGE_TIKTOK: string;
108
+ USER_PAGE_YOUTUBE: string;
109
+ USER_PAGE_PINTEREST: string;
110
+ USER_FACEBOOK_FAN_PAGE: string;
107
111
  USER_POSITION: string;
112
+ USER_POSITION_EN: string;
113
+ USER_DESCRIPCION: string;
114
+ USER_DESCRIPCION_EN: string;
115
+ USER_MOSTRAR_MAIL: string;
108
116
  };
109
117
  }
110
118