Typing
This commit is contained in:
parent
b5890b788f
commit
77102cea12
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue