From 77102cea120ec32ebee1909b9d1d8cb88da14861 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Tue, 16 May 2023 09:50:40 +0200 Subject: [PATCH] Typing --- packages/types/src/documents/app/datasource.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/types/src/documents/app/datasource.ts b/packages/types/src/documents/app/datasource.ts index 8dfdfe6d0f..89e7422cb4 100644 --- a/packages/types/src/documents/app/datasource.ts +++ b/packages/types/src/documents/app/datasource.ts @@ -9,7 +9,7 @@ export interface Datasource extends Document { // the config is defined by the schema config?: { [key: string]: string | number | boolean | any[] - } + } & { auth?: object } plus?: boolean entities?: { [key: string]: Table