| 43 | } |
| 44 | |
| 45 | export interface ChallengeRedeemResponse { |
| 46 | success: boolean; |
| 47 | token?: string; |
| 48 | expires?: number; |
| 49 | } |
| 50 | |
| 51 | /** |
| 52 | * Cap middleware for Elysia that provides challenge-based bot protection |
nothing calls this directly
no outgoing calls
no test coverage detected