Function PagesBlogSectionsMirrorsListSchema

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