UNPKG
@hkai-ai/weibo-api
Version:
latest (1.1.7)
1.1.7
1.1.6
1.1.5
香港人工智能协会封装的新浪微博API
github.com/hkai-ai/WeiboAPI
hkai-ai/WeiboAPI
@hkai-ai/weibo-api
/
dist
/
types
/
api
/
detail
/
renderData.d.ts
10 lines
•
243 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
type
{
Mblog
}
from
"../container/getIndex.ts"
;
/** * 访问博文详情页时,对应的网页上的 $render_data 的类型 */
export
type
RenderData
= [ {
status
:
Mblog
; } ];
//# sourceMappingURL=renderData.d.ts.map