interface DeleteAvatar {
    id: number;
    owningObjectId: string;
    type: string;
}

Properties

id: number

The ID of the avatar.

owningObjectId: string

The ID of the item the avatar is associated with.

type: string

The avatar type.