Function SearchbarsMutationSchema

  • Returns ZodObject<
        Required<
            {
                href?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                iconifyIcon?: ZodType<
                    undefined
                    | InputMaybe<SearchbarsIconifyIconMutation>,
                    any,
                    undefined | InputMaybe<SearchbarsIconifyIconMutation>,
                >;
                requiresAuth?: ZodType<
                    undefined
                    | InputMaybe<boolean>,
                    any,
                    undefined | InputMaybe<boolean>,
                >;
                shortName?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                title?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
            },
        >,
    >