@empathyco/x-components
Version:
Empathy X Components
78 lines (35 loc) • 835 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [PageableRequest](./x-types.pageablerequest.md)
## PageableRequest interface
Interface for any Request which supports pagination.
**Signature:**
```typescript
export interface PageableRequest
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[rows?](./x-types.pageablerequest.rows.md)
</td><td>
</td><td>
number
</td><td>
_(Optional)_
</td></tr>
<tr><td>
[start?](./x-types.pageablerequest.start.md)
</td><td>
</td><td>
number
</td><td>
_(Optional)_
</td></tr>
</tbody></table>