refactor: add optional ids to environments (#2974)

This commit is contained in:
Akash K
2023-04-09 14:30:42 +05:30
committed by GitHub
parent 65a194a6d2
commit f1a812dae2
5 changed files with 98 additions and 12 deletions

View File

@@ -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