refactor: add optional ids to environments (#2974)
This commit is contained in:
@@ -2,6 +2,7 @@ import { pipe } from "fp-ts/function"
|
||||
import * as E from "fp-ts/Either"
|
||||
|
||||
export type Environment = {
|
||||
id?: string
|
||||
name: string
|
||||
variables: {
|
||||
key: string
|
||||
|
||||
Reference in New Issue
Block a user