@empathyco/x-components
Version:
Empathy X Components
57 lines (26 loc) • 679 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [QueryableRequest](./x-types.queryablerequest.md)
## QueryableRequest interface
Interface for any Request with a `query` parameter.
**Signature:**
```typescript
export interface QueryableRequest
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[query](./x-types.queryablerequest.query.md)
</td><td>
</td><td>
string
</td><td>
</td></tr>
</tbody></table>