interface Limit {
    limit?: number;
}

Hierarchy (view full)

Properties

Properties

limit?: number