UNPKG

@finscrapers/finscrapers

Version:
18 lines (14 loc) 226 B
export interface IBotData { data: string; } export interface IMeta { index: string; type: string; } export interface IOptions { headless: boolean; slowMo: number; } export interface ISymbol { Symbol?: string; }