Interface DonationAlertsApiPagination

Represents pagination parameters for a Donation Alerts API request.

This interface allows specifying pagination details to navigate through paginated API responses.

interface DonationAlertsApiPagination {
    page?: number;
}

Properties

Properties

page?: number

The number of the page to request.

If this parameter is omitted, the API will default to the first page.