encore
encore copied to clipboard
tsparser: handle default type params
for req/res types like
export interface MyType<A, B = string> {
field1: A;
field2: B;
}
All committers have signed the CLA.