Interface PaginationArgs

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

Hierarchy (view full)

Properties

Properties

count?: number
start?: string