Replace any with Table

This commit is contained in:
Pedro Silva 2023-05-30 18:30:49 +01:00
parent f0b71189b1
commit 4fd944dc35
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export interface Datasource extends Document {
} }
plus?: boolean plus?: boolean
entities?: { entities?: {
[key: string]: any [key: string]: Table
} }
} }