Interface SearchOptionsBeta

Interface representing the options given to search

interface SearchOptions {
    limit?: number;
}

Properties

Properties

limit?: number

The maximum number of entities returned.