<Get resource="/me/photo/$value" scopes={['user.read']} maxPages={2} type='image'> // 类型 '"image"' 不可分配给类型 'ResponseType | 不明确的'。<MyPhoto template="value> 当我尝试在 Get this 中指定我得到的类型时,没有那个 templateprops 是空的
const MyMessage = (Props: MgtTemplateProps)=>{ const photo=Props.dataContext; /// 这是空的 return(<></>) }
错误:类型 '"image"' 不可分配给类型 'ResponseType | undefined' 如何使用 URL.createObjectURL 检索图像 url