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