Update v2 dependencies (#5312)

This commit is contained in:
Elias Nahum
2021-04-14 10:55:29 -04:00
committed by GitHub
parent 661904fbaf
commit 9a4a93a1a5
60 changed files with 8792 additions and 13335 deletions

6
types/utils/index.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
type Dictionary<T> = {
[key: string]: T;
};