diff --git a/src/runtime/types/index.d.ts b/src/runtime/types/index.d.ts index c7d17e3..2683f2e 100644 --- a/src/runtime/types/index.d.ts +++ b/src/runtime/types/index.d.ts @@ -1,10 +1,10 @@ -import type { ZodIssue } from 'zod' +import type { $ZodIssue } from 'zod/v4/core' import type { Database, TableConfig } from 'drizzle-orm' export interface BinderConfig { drizzleFactory: () => Database } -export type MetapiDetail = string | ZodIssue[] +export type MetapiDetail = string | $ZodIssue[] export interface MetapiResponse { meta: {