feat: auto-import schema files

This commit is contained in:
arashsheyda
2023-05-31 14:03:11 +03:00
parent cf48c2b6df
commit 205435e546
3 changed files with 33 additions and 4 deletions

View File

@ -4,4 +4,5 @@ export interface ModuleOptions {
uri: string
devtools: boolean
options?: ConnectOptions
modelsDir?: string
}