mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-09 22:00:18 -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 {
|
interface DataPoint {
|
||||||
id: number;
|
id: number;
|
||||||
visible: boolean;
|
visible: boolean;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user