Function PagesPortfolioSectionsProjectsSectionProjectsMutationSchema
PagesPortfolioSectionsProjectsSectionProjectsMutationSchema(): ZodObject< Required< { columnend?: ZodType< undefined | InputMaybe<number>, any, undefined | InputMaybe<number>, >; columnstart?: ZodType< undefined | InputMaybe<number>, any, undefined | InputMaybe<number>, >; description?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; link?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; name?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; rowend?: ZodType< undefined | InputMaybe<number>, any, undefined | InputMaybe<number>, >; rowstart?: ZodType< undefined | InputMaybe<number>, any, undefined | InputMaybe<number>, >; screenshot?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; xpos?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; ypos?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; }, >,> Returns ZodObject<
Required<
{
columnend?: ZodType<
undefined
| InputMaybe<number>,
any,
undefined | InputMaybe<number>,
>;
columnstart?: ZodType<
undefined
| InputMaybe<number>,
any,
undefined | InputMaybe<number>,
>;
description?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
link?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
name?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
rowend?: ZodType<
undefined
| InputMaybe<number>,
any,
undefined | InputMaybe<number>,
>;
rowstart?: ZodType<
undefined
| InputMaybe<number>,
any,
undefined | InputMaybe<number>,
>;
screenshot?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
xpos?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
ypos?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
},
>,
>