Type Alias TicksModSettableOptions

TicksModSettableOptions: ModSettableOptions & {
    exclusiveEnd: boolean;
    exclusiveStart: boolean;
}