Pagination

interface Pagination {
    next?: string;
}

Properties

Properties

next?: string

Pagination