Interface BucketListOptions

interface BucketListOptions {
    afterId?: number;
}

Properties

Properties

afterId?: number

Optionally only return items after the provided id

You can use this for pagination

Generated using TypeDoc