Type alias HighLowClose

HighLowClose: HighLow & {
    close: BigSource;
}

Type declaration

  • close: BigSource