dataclasses-json icon indicating copy to clipboard operation
dataclasses-json copied to clipboard

Restore `schema()` type safety by fixing generic type alias misuse

Open andersk opened this issue 2 years ago • 0 comments

Type arguments for a generic type alias must be provided at every use site, or the missing arguments will default to Any, which gives no type safety.

Fixes #370.

andersk avatar Jul 13 '22 05:07 andersk