Variable AvatarSchemaConst
AvatarSchema: ZodObject<
{
avatarUUID: ZodOptional<ZodString>;
globalId: ZodString;
id: ZodOptional<ZodString>;
objectId: ZodString;
url144: ZodString;
url16: ZodString;
url288: ZodString;
url48: ZodString;
url72: ZodString;
workspaceId: ZodString;
},
$loose,
> = ...
The object avatar is a custom image that represents an object. If the object has no avatar the icon for the object type will be used