@billgangcom/theme-lib 1.59.0 → 1.60.0

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.
@@ -1,3 +1,4 @@
1
+ import { ShopGeneralInfo } from '@constants';
1
2
  import { ListingData } from '../ui';
2
3
  type Listing = ListingData<'PRODUCT'> | ListingData<'GROUP'> | ListingData<'POST'>;
3
4
  export interface Product {
@@ -102,7 +103,7 @@ export interface PageContext {
102
103
  reviews: any;
103
104
  categories: Category[] | null;
104
105
  faqs: Faq[] | null;
105
- general: any;
106
+ general: ShopGeneralInfo | null;
106
107
  fullPosts: any;
107
108
  posts: any;
108
109
  }
@@ -13,7 +13,7 @@ export interface ShopGeneralInfo {
13
13
  info: {
14
14
  logo?: {
15
15
  id: number;
16
- cdId: string;
16
+ cfId: string;
17
17
  };
18
18
  id: string;
19
19
  name: string;