diff --git a/src/create-query/index.ts b/src/create-query/index.ts index 1734cb0..903f31d 100644 --- a/src/create-query/index.ts +++ b/src/create-query/index.ts @@ -7,6 +7,9 @@ type RouteInfo = { metadata?: { summary?: string; args?: Record; + viewItem?: { + type?: string; + } }; } export const createQueryByRoutes = (list: RouteInfo[]) => {