mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-14 03:45:11 -05:00
chore(ui): upgrade zod
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { z } from 'zod/v4';
|
||||
import type { z } from 'zod';
|
||||
|
||||
/**
|
||||
* Helper to create a type guard from a zod schema. The type guard will infer the schema's TS type.
|
||||
|
||||
Reference in New Issue
Block a user