Type alias ExportAvatarResult
ExportAvatarResult: { avatarId: string; avatarSupportsFaceAnimations: boolean; bodyId: string; gender: Gender; sessionId: string; url: string; urlType: "dataURL" | "httpURL"; } Type declaration
avatarId: string
avatarSupportsFaceAnimations: boolean
bodyId: string
sessionId: string
url: string
urlType: "dataURL" | "httpURL"