Function BookmarksBannerMutationSchema
BookmarksBannerMutationSchema(): ZodObject< Required< { image?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; selected?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; useScreenshot?: ZodType< undefined | InputMaybe<boolean>, any, undefined | InputMaybe<boolean>, >; }, >,> Returns ZodObject<
Required<
{
image?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
selected?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
useScreenshot?: ZodType<
undefined
| InputMaybe<boolean>,
any,
undefined | InputMaybe<boolean>,
>;
},
>,
>