Update JSDoc type definitions

This commit is contained in:
Linus Groh
2019-09-29 08:10:28 +01:00
parent 98cb52b31b
commit 506f12b66e
+8
View File
@@ -8,10 +8,14 @@
*/
/**
* Vuex state.
*
* @typedef {Object.<String, *>} State
*/
/**
* URL query parameter object.
*
* @typedef {Object.<String, *>} QueryParams
*/
@@ -33,15 +37,19 @@
*/
/**
* A last location object.
*
* @typedef {Object.<String, *>} LastLocation
*/
/**
* An array of location history objects
*
* @typedef {Array.<Object.<String, *>>} LocationHistory
*/
/**
* Multiple arrays of location history objects mapped to user and devices.
*
* @typedef {Object.<User, Object.<Device, LocationHistory>>} MultiLocationHistory
*/