UNPKG

@hkai-ai/weibo-api

Version:

香港人工智能协会封装的新浪微博API

10 lines 243 B
import type { Mblog } from "../container/getIndex.ts"; /** * 访问博文详情页时,对应的网页上的 $render_data 的类型 */ export type RenderData = [ { status: Mblog; } ]; //# sourceMappingURL=renderData.d.ts.map