Paddle SDK - v5.0.0
    Preparing search index...

    Interface GetProductsResponse

    interface GetProductsResponse {
        count: number;
        products: Product[];
        total: number;
    }
    Index

    Properties

    Properties

    count: number
    products: Product[]
    total: number