Results of running ts-prune.

This commit is contained in:
Dermot Duffy
2023-01-30 21:11:21 -08:00
parent f3149d2ff3
commit a9074bd44e
27 changed files with 116 additions and 161 deletions
+2 -2
View File
@@ -26,12 +26,12 @@ export interface DataQuery {
}
export type PartialDataQuery = Partial<DataQuery>;
export interface TimeBasedDataQuery {
interface TimeBasedDataQuery {
start: Date;
end: Date;
}
export interface LimitedDataQuery {
interface LimitedDataQuery {
limit: number;
}