mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-21 11:09:53 +08:00
Latest TypeScript complains about Array type used without a generic parameter. I suggest replacing Array with any[], which works for both old and new TypeScript versions. knockout.d.ts(171,47): ↵ error TS2173: Generic type references must include all type arguments. ↵ knockout.d.ts(172,76): error TS2173: Generic type references must include all type arguments. ↵ knockout.d.ts(200,36): error TS2173: Generic type references must include all type arguments. ↵ knockout.d.ts(202,36): error TS2173: Generic type references must include all type arguments. ↵ knockout.d.ts(204,38): error TS2173: Generic type references must include all type arguments. ↵ knockout.d.ts(363,110): error TS2173: Generic type references must include all type arguments. ↵ knockout.d.ts(489,71): error TS2173: Generic type references must include all type arguments. ↵ knockout.d.ts(490,66): error TS2173: Generic type references must include all type arguments. ↵ knockout.d.ts(491,90): error TS2173: Generic type references must include all type arguments. ↵ knockout.d.ts(492,85): error TS2173: Generic type references must include all type arguments. ↵