Variable ObjectTypeInSchemaConst
ObjectTypeInSchema: ZodObject<
{
abstractObjectType: ZodOptional<ZodBoolean>;
description: ZodOptional<ZodString>;
iconId: ZodString;
inherited: ZodOptional<ZodBoolean>;
name: ZodString;
objectSchemaId: ZodString;
parentObjectTypeId: ZodOptional<ZodString>;
},
$loose,
> = ...
The Assets object type input used for creating object types