added documentation for DataPoint model

This commit is contained in:
Nick A 2024-10-29 14:34:37 -04:00
parent e07775e556
commit 17c5c42ee7

View File

@ -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;