I wonder if we could use TypeScript template literal types to error when the request url contains a pattern like “?param=123”.

https://www.typescriptlang.org/docs/handbook/2/template-literal-types.html

Comments