From 59ab5f711cb5eff81f9343bc25a4e0baa29d7bee Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 29 Jul 2022 00:36:54 +0200 Subject: [PATCH] make Resource an any to avoid error on field access --- deno-client/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno-client/mod.ts b/deno-client/mod.ts index c9af111c9f..ce931bf677 100644 --- a/deno-client/mod.ts +++ b/deno-client/mod.ts @@ -9,7 +9,7 @@ export { export type Email = string export type Base64 = string -export type Resource = {} +export type Resource = any /** * Create a client configuration from env variables