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