I am trying to to move my API request to a separate service, and faced this problem.
Here is my interface
export interface IProduct { id: any; prod