Type 'any' is not assignable to type 'never'.ts(2322) code example Example: string is not assignable to type never const result : string[] = [];