84539f5798
* all: fix missing Vue.use(Router) * multinode: having same state and module names is not allowed * multinode: simplify store definition * storagenode: add or fix any annotations Change-Id: If8a63ae46049fc77fc6cd7a7ad912d4ad74d23ac
5 lines
163 B
TypeScript
5 lines
163 B
TypeScript
// Copyright (C) 2020 Storj Labs, Inc.
|
|
// See LICENSE for copying information.
|
|
|
|
declare let global: any; // eslint-disable-line @typescript-eslint/no-explicit-any
|