Function PagesBlogMutationSchema

  • Returns ZodObject<
        Required<
            {
                body?: ZodType<any, any, any>;
                centerTitle?: ZodType<
                    undefined
                    | InputMaybe<boolean>,
                    any,
                    undefined | InputMaybe<boolean>,
                >;
                createdAt?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                hideTitle?: ZodType<
                    undefined
                    | InputMaybe<boolean>,
                    any,
                    undefined | InputMaybe<boolean>,
                >;
                iconifyIcon?: ZodType<
                    undefined
                    | InputMaybe<PagesBlogIconifyIconMutation>,
                    any,
                    undefined | InputMaybe<PagesBlogIconifyIconMutation>,
                >;
                sections?: ZodType<
                    undefined
                    | InputMaybe<InputMaybe<PagesBlogSectionsMutation>[]>,
                    any,
                    undefined | InputMaybe<InputMaybe<PagesBlogSectionsMutation>[]>,
                >;
                seo?: ZodType<
                    undefined
                    | InputMaybe<PagesBlogSeoMutation>,
                    any,
                    undefined | InputMaybe<PagesBlogSeoMutation>,
                >;
                showTableOfContents?: ZodType<
                    undefined
                    | InputMaybe<boolean>,
                    any,
                    undefined | InputMaybe<boolean>,
                >;
                slug?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                title?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                updatedAt?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
            },
        >,
    >