Interface CommonOptions

Name

CommonOptions

Description

Base options for all methods.

Param: limit

Amount of results to return.

interface CommonOptions {
    limit?: number;
}

Hierarchy (view full)

Properties

Properties

limit?: number

Generated using TypeDoc