Function PagesBlogSectionsMirrorsListMutationSchema

  • Returns ZodObject<
        Required<
            {
                body?: ZodType<any, any, any>;
                exclusionList?: ZodType<
                    undefined
                    | InputMaybe<InputMaybe<string>[]>,
                    any,
                    undefined | InputMaybe<InputMaybe<string>[]>,
                >;
            },
        >,
    >