mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-03 19:40:16 -04:00
added documentation for DataPoint model
This commit is contained in:
parent
e07775e556
commit
17c5c42ee7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user