From 03bca1952792165e508ec46efeade552460b7eff Mon Sep 17 00:00:00 2001 From: Barf-Vader <47476490+Barf-Vader@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:25:42 +0100 Subject: [PATCH] fix: Types --- src/lib/index.ts | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/lib/index.ts b/src/lib/index.ts index af78d11..93b15dc 100644 --- a/src/lib/index.ts +++ b/src/lib/index.ts @@ -85,9 +85,17 @@ export function haversineDistance( return radius * 2 * Math.asin(Math.sqrt(e1)); } -export function collectTimings(study_space_hours: Partial