interface PaginationFilter {
    exclusiveStartKey?: string;
    limit?: number;
    scanIndexForward?: boolean;
}

Properties

exclusiveStartKey?: string
limit?: number
scanIndexForward?: boolean