TS2571
typescript 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.