typescript · typescript/TS2571
TS2571
Object Is of Type Unknown
An operation is being performed on a value typed as `unknown`. You must narrow the type with a type guard or type assertion before using it.
An operation is being performed on a value typed as `unknown`. You must narrow the type with a type guard or type assertion before using it.