| 75 | // Accept any response body for fire-and-forget endpoints. The server may |
| 76 | // return `{}` (200) or no body (204); the client doesn't inspect either. |
| 77 | const voidSchema = z.unknown(); |
| 78 | |
| 79 | export class KiloChatClient { |
| 80 | private readonly es: KiloChatClientConfig['eventService']; |
nothing calls this directly
no outgoing calls
no test coverage detected