Interface IPaginateOpts

interface IPaginateOpts {
    backwards?: boolean;
    limit?: number;
}

Properties

Properties

backwards?: boolean
limit?: number