typescript Argument of type 'any' is not assignable to parameter of type 'never'. TS2345 code example Example: string is not assignable to type never const result : string[] = [];