Interface CandleBatchBucket

interface CandleBatchBucket {
    start: string;
    stop: string;
}

Properties

Properties

start: string
stop: string