@candlerip/shared3 0.0.68 → 0.0.69
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
package/src/dictionary/dictionary-id/domains/page-dictionary/common-page-dictionary/index.d.ts
CHANGED
@@ -34,14 +34,14 @@ export type CommonPageDictionary = {
|
|
34
34
|
hu: string;
|
35
35
|
};
|
36
36
|
pageMenu: {
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
37
|
+
'add-person-page': string;
|
38
|
+
'candles-page': string;
|
39
|
+
'contact-page': string;
|
40
|
+
'cookie-policy-page': string;
|
41
|
+
'help-page': string;
|
42
|
+
'persons-page': string;
|
43
|
+
'persons-map-page': string;
|
44
|
+
'terms-and-conditions-page': string;
|
45
45
|
};
|
46
46
|
};
|
47
47
|
};
|