Function PagesPortfolioSectionsHeroSectionMutationSchema

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

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