Function PagesPortfolioSectionsCallToActionSchema

  • Returns ZodObject<
        Required<
            {
                actions?: ZodType<
                    undefined
                    | Maybe<Maybe<PagesPortfolioSectionsCallToActionActions>[]>,
                    any,
                    undefined | Maybe<Maybe<PagesPortfolioSectionsCallToActionActions>[]>,
                >;
                description?: ZodType<
                    undefined
                    | Maybe<string>,
                    any,
                    undefined | Maybe<string>,
                >;
                title: ZodType<string, any, string>;
            },
        >,
    >