/** * Tests for SlackClientImpl. * * Validates the SlackResponse discriminated union contract: * - ok:false from Slack → SlackErrorResponse (no throw) * - ok:true from Slack → Zod-validated success data * - ok:true but schema mismatch → RestApiValidationError (thrown) * - Body validation failures still throw RestApiValidationError */ export {}; //# sourceMappingURL=client.test.d.ts.map