Function PagesPortfolioMutationSchema

  • Returns ZodObject<
        Required<
            {
                sections?: ZodType<
                    undefined
                    | InputMaybe<InputMaybe<PagesPortfolioSectionsMutation>[]>,
                    any,
                    undefined | InputMaybe<InputMaybe<PagesPortfolioSectionsMutation>[]>,
                >;
                seo?: ZodType<
                    undefined
                    | InputMaybe<PagesPortfolioSeoMutation>,
                    any,
                    undefined | InputMaybe<PagesPortfolioSeoMutation>,
                >;
                slug?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                title?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
            },
        >,
    >