Open adairrr opened 1 year ago
We should use Record<string, never> instead of {} because it is much more type-safe due to the fact that {} can be any object.
Record<string, never>
{}
We should use
Record<string, never>
instead of{}
because it is much more type-safe due to the fact that{}
can be any object.