Interface OrderedPaginationArgs

interface OrderedPaginationArgs {
    ascending?: boolean;
    count?: number;
    start?: string;
}

Hierarchy (view full)

Properties

ascending?: boolean
count?: number
start?: string