mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-09 14:00:15 -04:00
added documentation for DataPoint model
This commit is contained in:
parent
37fceeb0f8
commit
0c89ef7713
|
@ -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