UNPKG
@dfeidao/send-msg
Version:
dev (4.6.201904301647)
latest (5.0.0)
test (4.6.201910181241)
5.0.0
4.6.201910181241
4.6.201910181223
4.6.201910111515
4.6.201910111458
4.6.201909271818
4.6.201909271610
4.6.201909271605
4.6.201909261654
4.6.201906181623
4.6.201906131214
4.6.201906131139
4.6.201906101146
4.6.201904301647
4.6.201904271808
4.6.201904271756
4.6.201904181526
4.6.201904181458
4.6.201904011652
4.6.201904011634
4.5.201903211522
4.5.201903211352
4.5.201903210959
4.5.201903201655
4.5.201903181149
4.5.201903181055
4.5.201903161758
4.5.201903161400
4.5.201903141414
4.5.201903131733
4.5.201903131719
4.5.201903131203
4.5.201903081810
4.5.201903081438
4.5.201903071131
4.5.201903071008
4.5.201903060919
4.5.201902251300
4.5.201902251259
4.5.201902251135
4.5.201902251131
消息总线
www.01feidao.com
@dfeidao/send-msg
/
interfaces.d.ts
15 lines
(14 loc)
•
299 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/// <reference types="node" />
export
interface
IWebResult
{
data
:
Buffer
;
cookie
?: { [
name
:
string
]:
string
; } |
null
;
content_type
?:
string
;
headers
?: { [
key
:
string
]:
string
[]; };
attachment
?:
string
;
redirect
?:
string
;
status_code
?:
number
; }