interface Pagination {
    limit: number;
    offset: number;
}

Properties

Properties

limit: number
offset: number