(this: HttpApiEndpoint.AnyWithProps, context: Context.Context<any>)
| 820 | }) |
| 821 | }, |
| 822 | annotateContext(this: HttpApiEndpoint.AnyWithProps, context: Context.Context<any>) { |
| 823 | return makeProto({ |
| 824 | ...this, |
| 825 | annotations: Context.merge(this.annotations, context) |
| 826 | }) |
| 827 | } |
| 828 | } |
| 829 | |
| 830 | const makeProto = < |