export interface Depth {
    timestamp: number;
    asks: string[][];
    bids: string[][];
}
