expand spot public socket support
This commit is contained in:
13
src/types/shared.ts
Normal file
13
src/types/shared.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export type KlineInterval = '1m'
|
||||
| '3m'
|
||||
| '5m'
|
||||
| '15m'
|
||||
| '30m'
|
||||
| '1h'
|
||||
| '2h'
|
||||
| '4h'
|
||||
| '6h'
|
||||
| '12h'
|
||||
| '1d'
|
||||
| '1w'
|
||||
| '1M';
|
||||
Reference in New Issue
Block a user