Variable ItemOwnIncludeSchemaConst
ItemOwnIncludeSchema: ZodObject<
{
attributes: ZodOptional<ZodCoercedBoolean<unknown>>;
category: ZodOptional<ZodCoercedBoolean<unknown>>;
quantities: ZodOptional<ZodCoercedBoolean<unknown>>;
serials: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...