Function PagesBlogSectionsCtaGroupMutationSchema

  • Returns ZodObject<
        Required<
            {
                cta?: ZodType<
                    | undefined
                    | InputMaybe<InputMaybe<PagesBlogSectionsCtaGroupCtaMutation>[]>,
                    any,

                        | undefined
                        | InputMaybe<InputMaybe<PagesBlogSectionsCtaGroupCtaMutation>[]>,
                >;
                description?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                heading?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
            },
        >,
    >