@yolo-croket-dev/amqp-access 0.5.9 → 0.5.10
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.
package/package.json
CHANGED
|
@@ -5,10 +5,10 @@ export declare enum MegaDealTypeEnum {
|
|
|
5
5
|
쿠폰_이벤트존 = "CouponEventZonePage",
|
|
6
6
|
SNS_핫이슈템 = "SNSHotIssuePage"
|
|
7
7
|
}
|
|
8
|
-
export interface
|
|
8
|
+
export interface MegaDealTab {
|
|
9
9
|
title: string;
|
|
10
10
|
type: MegaDealTypeEnum;
|
|
11
11
|
}
|
|
12
12
|
export declare class GetSummerBlackFridayTabResult {
|
|
13
|
-
|
|
13
|
+
tabInfos: MegaDealTab[];
|
|
14
14
|
}
|