@escapenavigator/types 2.1.11 → 2.1.13
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.
|
@@ -16,7 +16,10 @@ export type TariffCategory = {
|
|
|
16
16
|
key: string;
|
|
17
17
|
/** Название для гостя: «Взрослые», «Дети до 7 лет», «Студенты». */
|
|
18
18
|
title: string;
|
|
19
|
-
/**
|
|
19
|
+
/**
|
|
20
|
+
* Правила категории: возраст, документы. На карточке — одна строка
|
|
21
|
+
* под названием, полный текст по «?».
|
|
22
|
+
*/
|
|
20
23
|
description?: string | null;
|
|
21
24
|
mode: TariffCategoryModeEnum;
|
|
22
25
|
/**
|