interface Options {
    cursor?: string;
    limit?: number;
}

Properties

Properties

cursor?: string

The cursor to use when fetching more pages of keys.

limit?: number

The maximum number of keys to return.