@usethrottle/discounts
    Preparing search index...

    Interface PaginatedDiscounts

    interface PaginatedDiscounts {
        data: Discount[];
        pagination?: { cursor: string | null; hasMore: boolean };
    }
    Index
    data: Discount[]
    pagination?: { cursor: string | null; hasMore: boolean }