Interface ListOptions

interface ListOptions {
    afterId?: number;
    namespace?: string;
}

Properties

Properties

afterId?: number

Optionally only return items after the provided id

You can use this for pagination

namespace?: string

Optionally filter by namespace

Generated using TypeDoc