Using Union of String Literals for URL Parameters in HttpApiEndpoint Schema Definition
Has anyone tried to set a union of string literals as Schema definition for URL parameters in
Here is what I was trying to do:
HttpApiEndpoint? It seems only string values are allowed at this time. https://github.com/Effect-TS/effect/blob/main/packages/platform/README.md#setting-url-parametersHere is what I was trying to do:
