make Resource an any to avoid error on field access

This commit is contained in:
Ruben Fiszel
2022-07-29 00:36:54 +02:00
parent 5a0fc96f7b
commit 59ab5f711c
+1 -1
View File
@@ -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