Variable ObjectTypeUpdateSchemaConst
ObjectTypeUpdateSchema: ZodObject<
{
abstractObjectType: ZodOptional<ZodBoolean>;
description: ZodOptional<ZodString>;
iconId: ZodOptional<ZodString>;
inherited: ZodOptional<ZodBoolean>;
name: ZodOptional<ZodString>;
},
$loose,
> = ...
The Assets object type input used for updating object types