Function GlobalBrandMutationSchema
GlobalBrandMutationSchema(): ZodObject< Required< { image?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; title?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; }, >,> Returns ZodObject<
Required<
{
image?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
title?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
},
>,
>