UNPKG
@finscrapers/finscrapers
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-rc.2
1.0.0-rc.1
Invest like Warren Buffet.
github.com/finscrapers/finscrapers
finscrapers/finscrapers
@finscrapers/finscrapers
/
src
/
interfaces.ts
18 lines
(14 loc)
•
226 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export
interface
IBotData
{
data
:
string
; }
export
interface
IMeta
{
index
:
string
;
type
:
string
; }
export
interface
IOptions
{
headless
:
boolean
;
slowMo
:
number
; }
export
interface
ISymbol
{
Symbol
?:
string
; }