Interface IAvatarComponent

interface IAvatarComponent {
    path: string;
    type: EAvatarComponentType;
}

Properties

Properties

path: string

Generated using TypeDoc