mattermost-mobile/env.d.ts
2022-04-12 13:33:51 -07:00

6 lines
229 B
TypeScript

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
// So that typescript doesn't complain about importing `@env` through react-native-dotenv
declare module '@env' {
}