mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 08:00:45 +00:00
make Resource an any to avoid error on field access
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ export {
|
||||
|
||||
export type Email = string
|
||||
export type Base64 = string
|
||||
export type Resource<S extends string> = {}
|
||||
export type Resource<S extends string> = any
|
||||
|
||||
/**
|
||||
* Create a client configuration from env variables
|
||||
|
||||
Reference in New Issue
Block a user