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