| 9 | } |
| 10 | |
| 11 | export interface DataToLoad { |
| 12 | provider: string |
| 13 | providerData: ProviderData |
| 14 | storageEngine: StorageEngine |
| 15 | storageRunning: boolean |
| 16 | schemaMap: SchemaMap | undefined |
| 17 | } |
nothing calls this directly
no outgoing calls
no test coverage detected