Function PagesPortfolioSectionsSchema

  • Returns ZodUnion<
        [
            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>,
                        >;
                    },
                >,
                UnknownKeysParam,
                ZodTypeAny,
                {
                    background?: Maybe<string>;
                    body?: any;
                    greeting?: Maybe<string>;
                    image?: Maybe<string>;
                },
                {
                    background?: Maybe<string>;
                    body?: any;
                    greeting?: Maybe<string>;
                    image?: Maybe<string>;
                },
            >,
            ZodObject<
                Required<
                    {
                        actions?: ZodType<
                            undefined
                            | Maybe<Maybe<(...)>[]>,
                            any,
                            undefined | Maybe<Maybe<(...)>[]>,
                        >;
                        description?: ZodType<
                            undefined
                            | Maybe<string>,
                            any,
                            undefined | Maybe<string>,
                        >;
                        title: ZodType<string, any, string>;
                    },
                >,
                UnknownKeysParam,
                ZodTypeAny,
                {
                    actions?: Maybe<Maybe<PagesPortfolioSectionsCallToActionActions>[]>;
                    description?: Maybe<string>;
                    title: string;
                },
                {
                    actions?: Maybe<Maybe<PagesPortfolioSectionsCallToActionActions>[]>;
                    description?: Maybe<string>;
                    title: string;
                },
            >,
            ZodObject<
                Required<
                    {
                        certificateList?: ZodType<
                            undefined
                            | Maybe<Maybe<(...)>[]>,
                            any,
                            undefined | Maybe<Maybe<(...)>[]>,
                        >;
                    },
                >,
                UnknownKeysParam,
                ZodTypeAny,
                {
                    certificateList?: Maybe<
                        Maybe<PagesPortfolioSectionsCertificatesCertificateList>[],
                    >;
                },
                {
                    certificateList?: Maybe<
                        Maybe<PagesPortfolioSectionsCertificatesCertificateList>[],
                    >;
                },
            >,
        ],
    >