(payload: number, statusCode: string)
| 201 | }) |
| 202 | |
| 203 | function invalidReplySerializer (payload: number, statusCode: string) { } |
| 204 | // @ts-expect-error Argument of type '(payload: number, statusCode: string) => void' is not assignable to parameter of type '(payload: unknown, statusCode: number) => string'. |
| 205 | server.setReplySerializer(invalidReplySerializer) |
| 206 |
nothing calls this directly
no outgoing calls
no test coverage detected