Interface PaginationArgs

interface PaginationArgs {
    count?: number;
    start?: string | number;
}

Properties

Properties

count?: number
start?: string | number