QueryParams: ({
    after?: string;
} | {
    before?: string;
}) & {
    country?: string;
    limit?: number;
}

Type declaration

  • Optionalcountry?: string

    The ISO 3166-1 country code to filter to. Leave unset to not filter by country.

  • Optionallimit?: number

    The amount of entries to return, between 1 and 100. 50 by default.