forked from Ivasoft/mattermost-mobile
Update v2 dependencies (#5312)
This commit is contained in:
6
types/utils/index.d.ts
vendored
Normal file
6
types/utils/index.d.ts
vendored
Normal 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;
|
||||
};
|
||||
Reference in New Issue
Block a user