Function LayoutBlogMutationSchema

  • Returns ZodObject<
        Required<
            {
                footer?: ZodType<
                    undefined
                    | InputMaybe<LayoutBlogFooterMutation>,
                    any,
                    undefined | InputMaybe<LayoutBlogFooterMutation>,
                >;
                header?: ZodType<
                    undefined
                    | InputMaybe<LayoutBlogHeaderMutation>,
                    any,
                    undefined | InputMaybe<LayoutBlogHeaderMutation>,
                >;
            },
        >,
    >