Answers for "Type 'Observable<unknown[]>' is not assignable to type 'Observable<DataSuccess[]>'. Type 'unknown[]' is not assignable to type 'DataSuccess[]'"

0

Type 'Observable<unknown[]>' is not assignable to type 'Observable<DataSuccess[]>'. Type 'unknown[]' is not assignable to type 'DataSuccess[]'

Define the type of the Observable:
...:Observable<TypeYouNeed[]>;
Posted by: Guest on September-22-2021

Code answers related to "Type 'Observable<unknown[]>' is not assignable to type 'Observable<DataSuccess[]>'. Type 'unknown[]' is not assignable to type 'DataSuccess[]'"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language