From 506f12b66e5656780495a99cb08593dbda8a2423 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sun, 29 Sep 2019 08:10:28 +0100 Subject: [PATCH] Update JSDoc type definitions --- src/types.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/types.js b/src/types.js index 0e4cc37..7d91d3e 100644 --- a/src/types.js +++ b/src/types.js @@ -8,10 +8,14 @@ */ /** + * Vuex state. + * * @typedef {Object.} State */ /** + * URL query parameter object. + * * @typedef {Object.} QueryParams */ @@ -33,15 +37,19 @@ */ /** + * A last location object. * * @typedef {Object.} LastLocation */ /** + * An array of location history objects * * @typedef {Array.>} LocationHistory */ /** + * Multiple arrays of location history objects mapped to user and devices. + * * @typedef {Object.>} MultiLocationHistory */