UNPKG
white-inc-bomber
Version:
latest (0.0.1)
0.0.1
White revenge to fucking, stupid bitards from Necrasovka.
white-inc-bomber
/
src
/
interfaces
/
interfaces.ts
14 lines
(13 loc)
•
245 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
interface
BOMBAPI {
name
:
string
,
url
:
string
,
payload
:
any
,
origin
:
string
,
referer
:
string
,
formate
?:
boolean
,
slice
?:
boolean
, };
export
interface
BOMBAPIS {
APIs
:
Array
<
BOMBAPI
>,
headers
:
any
, };