UNPKG

@skbkontur/cassandra-distributed-task-queue-ui

Version:

.NET library implementing distributed task queue machinery using Apache Cassandra

5 lines (4 loc) 99 B
export interface DateTimeRange { lowerBound: Nullable<Date>; upperBound: Nullable<Date>; }