1
0
Fork 0
mirror of synced 2024-08-18 11:31:28 +12:00
This commit is contained in:
Adria Navarro 2023-05-16 09:50:40 +02:00
parent b5890b788f
commit 77102cea12

View file

@ -9,7 +9,7 @@ export interface Datasource extends Document {
// the config is defined by the schema // the config is defined by the schema
config?: { config?: {
[key: string]: string | number | boolean | any[] [key: string]: string | number | boolean | any[]
} } & { auth?: object }
plus?: boolean plus?: boolean
entities?: { entities?: {
[key: string]: Table [key: string]: Table