Details about system and custom avatars.

interface Avatars {
    custom?: Avatar[];
    system?: Avatar[];
}

Properties

Properties

custom?: Avatar[]

Custom avatars list.

system?: Avatar[]

System avatars list.