@caravan/sdk API - v0.0.0
    Preparing search index...

    Interface PriceHistoryQuery

    interface PriceHistoryQuery {
        cursor?: string;
        limit?: number;
        productId: string;
    }
    Index
    cursor?: string
    limit?: number
    productId: string