feat: added nyc for test coverage reporting. fix: add jsdoc comments
This commit is contained in:
+15
-1
@@ -1,5 +1,19 @@
|
||||
/**
|
||||
* @class App - Model for the App object
|
||||
*/
|
||||
class App {
|
||||
/**
|
||||
* @property {string} href - The URL to the app
|
||||
*/
|
||||
href: string;
|
||||
|
||||
/**
|
||||
* @property {number} id - The id of the app
|
||||
*/
|
||||
id: number;
|
||||
|
||||
/**
|
||||
* @property {string} name - The name of the app
|
||||
*/
|
||||
name: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user