sass-template-common 0.9.229 → 0.9.230

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.
@@ -2168,6 +2168,7 @@ declare interface OptionCardBlockProps_2 {
2168
2168
  titleUrl?: string;
2169
2169
  halfPageBanner?: ReactNode;
2170
2170
  news: Array<NewListResponseData>;
2171
+ paths: RoutePathConfig;
2171
2172
  isHome?: boolean;
2172
2173
  }
2173
2174