Skip to content

Commit 8cfbd2d

Browse files
authored
Merge pull request #15 from supabase/add-types
fix: added missing types
2 parents f968212 + e351208 commit 8cfbd2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base/src/js_worker/types.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
use std::collections::HashMap;
2+
3+
pub type EnvVars = HashMap<String, String>;

0 commit comments

Comments
 (0)