Remove type name from JSDoc comments

Signed-off-by: Dylan O'Gara <dogara@webstaurantstore.com>
This commit is contained in:
Dylan O'Gara
2026-04-27 14:30:38 -04:00
parent fa363f9d3c
commit c0f4540146
2 changed files with 2 additions and 2 deletions
@@ -56,7 +56,7 @@ const DEFAULT_MOCK_CONFIG = {
export type TestAppOptions<TApiPairs extends any[] = any[]> = {
/**
* An object of paths to mount route ref on, with the key being the path and the value
* being the RouteRef that the path will be bound to. This allows the route refs to be
* being the route ref that the path will be bound to. This allows the route refs to be
* used by `useRouteRef` in the rendered elements.
*
* @example
@@ -73,7 +73,7 @@ export type RenderTestAppOptions<TApiPairs extends any[] = any[]> = {
/**
* An object of paths to mount route refs on, with the key being the path and
* the value being the RouteRef that the path will be bound to. This allows
* the value being the route ref that the path will be bound to. This allows
* the route refs to be used by `useRouteRef` in the rendered elements.
*
* @example