Argument of type 'never[]' is not assignable to parameter of type 'string | Blob'. Type 'never[]' is not assignable to type 'string'. code example
Example: string is not assignable to type never
const result : string[] = [];
const result : string[] = [];