Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • SplitDto

Index

Constructors

Properties

Constructors

constructor

  • new SplitDto<T>(shape?: T, shapes?: T[]): SplitDto<T>
  • Type parameters

    • T

    Parameters

    • Optional shape: T
    • Optional shapes: T[]

    Returns SplitDto<T>

Properties

shape

shape: T

Shape to split

default

undefined

shapes

shapes: T[]

Shapes to split from main shape

default

undefined

Generated using TypeDoc