chore: split app to commons and web (squash commit)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { Environment } from "@hoppscotch/data"
|
||||
|
||||
/**
|
||||
* Defines how a Team Environment is represented in the TeamEnvironmentAdapter
|
||||
*/
|
||||
export interface TeamEnvironment {
|
||||
id: string
|
||||
teamID: string
|
||||
environment: Environment
|
||||
}
|
||||
Reference in New Issue
Block a user