We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d67d1 commit e97578dCopy full SHA for e97578d
src/typings/enums/environment.ts
@@ -17,5 +17,8 @@
17
* See the LICENSE file for more info.
18
*/
19
20
+/**
21
+ * @deprecated Use `EnvironmentEnum` instead.
22
+ */
23
declare type Environment = "LIVE" | "TEST";
24
0 commit comments