Type alias Depth

Depth: {
    price: string;
    tick: number;
    baseAmount: string;
}

Type declaration

  • price: string
  • tick: number
  • baseAmount: string