We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
8cafb21
01acb1c: Default imports are now converted to namespace imports
import z from "zod";
to
import * as z from "zod";