Skip to content

Commit 7620a8e

Browse files
committed
cleanup types
1 parent f3a029b commit 7620a8e

1 file changed

Lines changed: 1 addition & 29 deletions

File tree

components/context/MainContext.tsx

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9,36 +9,8 @@ type ProductT = {
99
name: string
1010
}
1111

12-
type FooterSectionT = {
13-
heading: string
14-
links: Record<string, string>
15-
}
1612
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-
}
13+
ui: Record<string, any>
4214
reusables: {
4315
enterprise_deprecation: {
4416
version_was_deprecated: string

0 commit comments

Comments
 (0)