Interface TYAvatarAsset

interface TYAvatarAsset {
    avatarId: string;
    ext?: IAvatarAssetExt;
    type?: number;
}

Properties

Properties

avatarId: string
type?: number