|
|
|
|
|
by softfalcon
1373 days ago
|
|
Agreed! Boring interface definitions is my rule for typing. I see way too many folks trying to use Omit<>(…) and Partial<>(…) creating absolute typing monstrosities. Feels like typing duct tape and it’s impossible to read the type definition when it’s generated in a tooltip. |
|