Type Alias QueryInfinitePagination

QueryInfinitePagination: {
    page: [string];
    per_page: [string, number];
}