sass-template-common 0.9.182 → 0.9.184

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.
@@ -100,6 +100,11 @@ export declare interface AutorInfo {
100
100
  USER_USERLIN: string;
101
101
  USER_USERTWT: string;
102
102
  USER_VIEW_PINS: string;
103
+ USER_PAGE_FACEBOOK: string;
104
+ USER_PAGE_TWITTER: string;
105
+ USER_PAGE_INSTAGRAM: string;
106
+ USER_PAGE_LINKEDIN: string;
107
+ USER_POSITION: string;
103
108
  };
104
109
  }
105
110