Function PagesBlogSectionsHeroSectionMutationSchema

  • Returns ZodObject<
        Required<
            {
                actions?: ZodType<
                    | undefined
                    | InputMaybe<InputMaybe<PagesBlogSectionsHeroSectionActionsMutation>[]>,
                    any,

                        | undefined
                        | InputMaybe<InputMaybe<PagesBlogSectionsHeroSectionActionsMutation>[]>,
                >;
                subtitle?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                title?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
            },
        >,
    >