Function NavLinksDropdownMutationSchema

  • Returns ZodObject<
        Required<
            {
                href?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                iconifyIcon?: ZodType<
                    undefined
                    | InputMaybe<NavLinksDropdownIconifyIconMutation>,
                    any,
                    undefined | InputMaybe<NavLinksDropdownIconifyIconMutation>,
                >;
                mainLink?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                subLinks?: ZodType<
                    | undefined
                    | InputMaybe<InputMaybe<NavLinksDropdownSubLinksMutation>[]>,
                    any,
                    undefined | InputMaybe<InputMaybe<NavLinksDropdownSubLinksMutation>[]>,
                >;
                title?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
            },
        >,
    >