From 0c89ef77139e8e1385144fe46a6c87e3b14b58cd Mon Sep 17 00:00:00 2001 From: Nick A 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;