From 17c5c42ee7b3397c9c8b43ec5787ccefd7b3743a Mon Sep 17 00:00:00 2001
From: Nick A <nicolas.a.asanov@gmail.com>
Date: Tue, 29 Oct 2024 14:34:37 -0400
Subject: [PATCH] added documentation for DataPoint model

---
 compass/utils/models/DataPoint.ts | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/compass/utils/models/DataPoint.ts b/compass/utils/models/DataPoint.ts
index 5fd69d3..b7dcacb 100644
--- a/compass/utils/models/DataPoint.ts
+++ b/compass/utils/models/DataPoint.ts
@@ -1,3 +1,6 @@
+/**
+ * Represents metadata of the Resource, Service, and User models to be used in a table
+ */
 interface DataPoint {
     id: number;
     visible: boolean;