sass-template-common 0.2.74 → 0.2.76

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.
@@ -499,6 +499,7 @@ export declare interface Entity {
499
499
  orderDefault: string;
500
500
  sizeDefault: number;
501
501
  visibility: boolean;
502
+ url?: string;
502
503
  image: {
503
504
  url: string;
504
505
  width: number;