Skip to content

@vowel.to/client v0.1.2-393


@vowel.to/client / index / VowelRoute

Interface: VowelRoute

Defined in: lib/vowel/types/types.ts:258

Route definition for voice navigation

Properties

PropertyTypeDescriptionDefined in
pathstringRoute path (e.g., "/products", "/cart")lib/vowel/types/types.ts:260
descriptionstringHuman-readable description for the AIlib/vowel/types/types.ts:262
queryParams?string[]Optional query parameters that can be usedlib/vowel/types/types.ts:264
metadata?Record<string, any>Optional metadata for the routelib/vowel/types/types.ts:266