Represents the response structure for fetching products data from the API.
This interface defines the expected structure of the response when retrieving a list of products from the API.
ProductsDataResponse
An array of Product objects representing the products data.
Product
Represents the response structure for fetching products data from the API.
This interface defines the expected structure of the response when retrieving a list of products from the API.
ProductsDataResponse