| 89 | } |
| 90 | |
| 91 | export interface ContentResponse { |
| 92 | success: boolean |
| 93 | titles?: string[] |
| 94 | copywriting?: string |
| 95 | tags?: string[] |
| 96 | error?: AppError | string |
| 97 | error_message?: string |
| 98 | } |
nothing calls this directly
no outgoing calls
no test coverage detected