<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [UseAliasQueryAPI](./x-components.usealiasqueryapi.md)

## UseAliasQueryAPI interface

Alias to facilitate retrieving the modules with query.

**Signature:**

```typescript
export interface UseAliasQueryAPI 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [facets](./x-components.usealiasqueryapi.facets.md) | <code>readonly</code> | string | The [FacetsXModule](./x-components.facetsxmodule.md) query. |
|  [nextQueries](./x-components.usealiasqueryapi.nextqueries.md) | <code>readonly</code> | string | The [NextQueriesXModule](./x-components.nextqueriesxmodule.md) query. |
|  [querySuggestions](./x-components.usealiasqueryapi.querysuggestions.md) | <code>readonly</code> | string | The [QuerySuggestionsXModule](./x-components.querysuggestionsxmodule.md) query. |
|  [relatedTags](./x-components.usealiasqueryapi.relatedtags.md) | <code>readonly</code> | string | The [RelatedTagsXModule](./x-components.relatedtagsxmodule.md) query. |
|  [search](./x-components.usealiasqueryapi.search.md) | <code>readonly</code> | string | The [SearchXModule](./x-components.searchxmodule.md) query. |
|  [searchBox](./x-components.usealiasqueryapi.searchbox.md) | <code>readonly</code> | string | The [SearchBoxXModule](./x-components.searchboxxmodule.md) query. |

