dplus_common_v1 0.1.75 → 0.1.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.
|
@@ -138,7 +138,7 @@ export type ResponseCategoryDetailForAdmin = BaseResponseDetail<null, TCategoryM
|
|
|
138
138
|
export type ResponseCategoryDetailForUserFront = BaseResponseDetail<null, TCategoryMetadataI18nDetail> & {
|
|
139
139
|
category: TCategoryDetail;
|
|
140
140
|
subCategories?: TCategoryDetail[];
|
|
141
|
-
i18n?: TCategoryI18n
|
|
141
|
+
i18n?: TCategoryI18n;
|
|
142
142
|
mapCategoryFolder?: DplusGetListDataResponse<TMapCategoryFolderWithFolderInfo>;
|
|
143
143
|
mapCategoryEvent?: DplusGetListDataResponse<TMapCategoryEventWithEventInfo>;
|
|
144
144
|
};
|