| 151 | } |
| 152 | |
| 153 | export interface FooterConfig { |
| 154 | description: string; |
| 155 | sections: { |
| 156 | title: string; |
| 157 | links: { text: string; href: string }[]; |
| 158 | }[]; |
| 159 | } |
| 160 | |
| 161 | export interface StripeConfig { |
| 162 | prices: { |
nothing calls this directly
no outgoing calls
no test coverage detected