Replace any with Table
This commit is contained in:
parent
f0b71189b1
commit
4fd944dc35
|
@ -12,7 +12,7 @@ export interface Datasource extends Document {
|
||||||
}
|
}
|
||||||
plus?: boolean
|
plus?: boolean
|
||||||
entities?: {
|
entities?: {
|
||||||
[key: string]: any
|
[key: string]: Table
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue