Lager - v5.2.0
    Preparing search index...

    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

    interface ProductsDataResponse {
        data: Product[];
    }
    Index

    Properties

    Properties

    data: Product[]

    An array of Product objects representing the products data.