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