| 126 | } |
| 127 | |
| 128 | export interface TestimonialsGridConfig { |
| 129 | tweetLink: string | null; |
| 130 | profileName: string; |
| 131 | profileDesc:string; |
| 132 | description: string; |
| 133 | image: string; |
| 134 | feedback: string; |
| 135 | link: string; |
| 136 | platform: string; |
| 137 | showStars?: boolean; |
| 138 | starCount?: number |
| 139 | } |
| 140 | |
| 141 | export interface FAQConfig { |
| 142 | heading: string; |
nothing calls this directly
no outgoing calls
no test coverage detected