interface ReducedLimitQueryParameter {
    limit?: number;
}

Properties

Properties

limit?: number

1

1000