Function PagesPortfolioSectionsAboutSectionSchema

  • Returns ZodObject<
        Required<
            {
                background?: ZodType<
                    undefined
                    | Maybe<string>,
                    any,
                    undefined | Maybe<string>,
                >;
                body?: ZodType<any, any, any>;
                greeting?: ZodType<
                    undefined
                    | Maybe<string>,
                    any,
                    undefined | Maybe<string>,
                >;
                image?: ZodType<
                    undefined
                    | Maybe<string>,
                    any,
                    undefined | Maybe<string>,
                >;
            },
        >,
    >