We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a029b commit 7620a8eCopy full SHA for 7620a8e
1 file changed
components/context/MainContext.tsx
@@ -9,36 +9,8 @@ type ProductT = {
9
name: string
10
}
11
12
-type FooterSectionT = {
13
- heading: string
14
- links: Record<string, string>
15
-}
16
type DataT = {
17
- ui: {
18
- footer: {
19
- all_rights_reserved: string
20
- terms: string
21
- privacy: string
22
- security: string
23
- product: FooterSectionT
24
- platform: FooterSectionT
25
- support: FooterSectionT
26
- company: FooterSectionT
27
- }
28
- helpfulness: {
29
- able_to_find: string
30
- yes: string
31
- no: string
32
- yes_feedback: string
33
- no_feedback: string
34
- comment_label: string
35
- optional: string
36
- email_label: string
37
- email_placeholder: string
38
- send: string
39
- feedback: string
40
41
+ ui: Record<string, any>
42
reusables: {
43
enterprise_deprecation: {
44
version_was_deprecated: string
0 commit comments