DeployNftInput: ZodObject<
    { baseURI: ZodString; name: ZodString; symbol: ZodString },
    "strip",
    ZodTypeAny,
    { baseURI: string; name: string; symbol: string },
    { baseURI: string; name: string; symbol: string },
> = ...

Input schema for deploy NFT action.