From 395a4b8e480e5a93f29f8014c9fe6efe6e0712d8 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Tue, 17 Feb 2026 21:42:47 +0800 Subject: [PATCH] temp --- src/create-query/index.ts | 3 +++ 1 file changed, 3 insertions(+) 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[]) => {