Mina Lohan
Mina Lohan
## Search Terms type destructuring ## Suggestion Allow destructuring syntax when assigning `type` ## Use Cases Dynamically assign a type as the type of an other type's property. ## Examples...
Examples for using in node script and Typescript definition
Feature request for ResponseFilter, somthing like: ```cs public interface IResponseFilter { void Apply(Response response, ResponseFilterContext context); } public class ResponseFilterContext { // or other type that conveys return type and...