Files
mattermost-mobile/env.d.ts
Joseph Baylon b9d034a29d Detox/E2E: Channel Info Unarchive e2e tests in Gekidou (#6515)
* Detox/E2E: Channel Info Unarchive e2e tests in Gekidou

* Fix react-native-dotenv typescript import warning
2022-07-28 10:47:34 -07:00

11 lines
309 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' {
}
declare module 'react-native-dotenv' {
export const RUNNING_E2E: string;
}