Interface BasicCursorPaginationOptions

interface BasicCursorPaginationOptions {
    pageNext?: string;
    pagePrev?: string;
    skip?: undefined;
}

Hierarchy

Properties

pageNext?: string
pagePrev?: string
skip?: undefined