encore icon indicating copy to clipboard operation
encore copied to clipboard

tsparser: handle default type params

Open fredr opened this issue 9 months ago • 1 comments

for req/res types like

export interface MyType<A, B = string> {
   field1: A;
   field2: B;
}

fredr avatar Jun 04 '25 16:06 fredr

All committers have signed the CLA.

encore-cla[bot] avatar Jun 04 '25 16:06 encore-cla[bot]