| 1 | import { ProviderData, StorageEngine } from '@cloudgraph/sdk' |
| 2 | |
| 3 | export interface CloudGraphConfig { |
| 4 | [key: string]: unknown | Record<NonNullable<string | number>, unknown> |
| 5 | } |
| 6 | |
| 7 | export type SchemaMap = { |
| 8 | [schemaName: string]: string |
nothing calls this directly
no outgoing calls
no test coverage detected