我的端点采用自定义header
string
类型。
我使用Flow
进行类型注释,但我不确定如何将注释添加到本机Type
的自定义属性中。
例如,我的功能是:
function(req: Request) {
const custom = req.headers.custom_header;
}
Flow
报告the property custom_header is not found in Header
。
我尝试了几种不同的方式使用类型声明:
declare var Request.headers.custom_header: string
declare var req.headers.custom_header: string
但似乎都没有影响错误。
答案 0 :(得分:1)
tableView.rowHeight = UITableViewAutomaticDimension
tableView.estimatedRowHeight = 200
不仅仅是一个对象。有一个Headers.get()
方法可以完成你的想法,并输入检查。
Headers