trand_common_v1 0.2.38 → 0.2.39
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.
|
@@ -335,6 +335,19 @@ export type ResponseContentDetailForPublic = {
|
|
|
335
335
|
content: TTag;
|
|
336
336
|
}[];
|
|
337
337
|
};
|
|
338
|
+
/**
|
|
339
|
+
* Response Tag Detail For Public
|
|
340
|
+
*/
|
|
341
|
+
export type ResponseTagDetailForPublic = {
|
|
342
|
+
tag: TTag;
|
|
343
|
+
cityDetail: {
|
|
344
|
+
name: string;
|
|
345
|
+
};
|
|
346
|
+
mapTagContent?: {
|
|
347
|
+
map: TMapTagAndContent;
|
|
348
|
+
content: TContentDetail;
|
|
349
|
+
}[];
|
|
350
|
+
};
|
|
338
351
|
/**
|
|
339
352
|
* Response Metadata For Public HTML head
|
|
340
353
|
* Street, Stag, Content
|