Skip to content

Commit 41bdbb0

Browse files
committed
update types
1 parent 8912681 commit 41bdbb0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/types/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
export type DeploymentEnv = 'production' | 'preview' | 'development'
22
export interface EnvVarMap { [key:string]: string }
3-
export interface Stdout { stdout: string, stderr: string }

0 commit comments

Comments
 (0)