• Returns ZodObject<
        Required<
            {
                blog?: ZodType<
                    undefined
                    | InputMaybe<PagesBlogMutation>,
                    any,
                    undefined | InputMaybe<PagesBlogMutation>,
                >;
                portfolio?: ZodType<
                    undefined
                    | InputMaybe<PagesPortfolioMutation>,
                    any,
                    undefined | InputMaybe<PagesPortfolioMutation>,
                >;
            },
        >,
    >