| 3823 | interface AiGatewayInternalError extends Error { |
| 3824 | } |
| 3825 | interface AiGatewayLogNotFound extends Error { |
| 3826 | } |
| 3827 | declare abstract class AiGateway { |
| 3828 | patchLog(logId: string, data: AiGatewayPatchLog): Promise<void>; |
| 3829 | getLog(logId: string): Promise<AiGatewayLog>; |
nothing calls this directly
no outgoing calls
no test coverage detected