export interface HeadersReceivedEvent { /** * 开发者服务器返回的 HTTP Response Header */ header: Record; }