From e3a355aaad8973a0d2c2bc42af778723e9ec4f4a Mon Sep 17 00:00:00 2001 From: Stephen Zhou <38493346+hyoban@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:21:28 +0800 Subject: [PATCH] type --- web/openapi-ts.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/openapi-ts.config.ts b/web/openapi-ts.config.ts index 3beca02239..60d15a7289 100644 --- a/web/openapi-ts.config.ts +++ b/web/openapi-ts.config.ts @@ -1,3 +1,4 @@ +import type { UserConfig } from '@hey-api/openapi-ts' import { defineConfig } from '@hey-api/openapi-ts' import { defineConfig as defineOrpcConfig } from './plugins/hey-api-orpc/config' @@ -119,4 +120,4 @@ export default defineConfig({ }, }, }, -}) +} satisfies UserConfig)