Type alias Box

Box: {
    max: number[];
    min: number[];
    span?: number[];
}

Type declaration

  • max: number[]
  • min: number[]
  • Optional span?: number[]