* Set the schema for the url search parameters of the endpoint.
(
schema: UrlParams & HttpApiEndpoint.ValidateUrlParams<UrlParams>
)
| 169 | * Set the schema for the url search parameters of the endpoint. |
| 170 | */ |
| 171 | setUrlParams<UrlParams extends Schema.Schema.Any>( |
| 172 | schema: UrlParams & HttpApiEndpoint.ValidateUrlParams<UrlParams> |
| 173 | ): HttpApiEndpoint< |
| 174 | Name, |
no outgoing calls
no test coverage detected