(this: HttpApiEndpoint.AnyWithProps, schema: Schema.Schema.Any)
| 783 | }) |
| 784 | }, |
| 785 | setPath(this: HttpApiEndpoint.AnyWithProps, schema: Schema.Schema.Any) { |
| 786 | return makeProto({ |
| 787 | ...this, |
| 788 | pathSchema: Option.some(schema) |
| 789 | }) |
| 790 | }, |
| 791 | setUrlParams(this: HttpApiEndpoint.AnyWithProps, schema: Schema.Schema.Any) { |
| 792 | return makeProto({ |
| 793 | ...this, |
nothing calls this directly
no test coverage detected