1
0
Fork 0
mirror of synced 2024-07-15 11:15:59 +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
config?: {
[key: string]: string | number | boolean | any[]
}
} & { auth?: object }
plus?: boolean
entities?: {
[key: string]: Table