@vowel.to/client / index / VowelRoute
Interface: VowelRoute
Defined in: lib/vowel/types/types.ts:258
Route definition for voice navigation
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
path | string | Route path (e.g., "/products", "/cart") | lib/vowel/types/types.ts:260 |
description | string | Human-readable description for the AI | lib/vowel/types/types.ts:262 |
queryParams? | string[] | Optional query parameters that can be used | lib/vowel/types/types.ts:264 |
metadata? | Record<string, any> | Optional metadata for the route | lib/vowel/types/types.ts:266 |