interface LimitWithDefault1000 {
    limit?: number;
}

Properties

Properties

limit?: number

Limits the number of results to return.

1

1000