MCPcopy Index your code
hub / github.com/cloudgraphdev/cli / DataToLoad

Interface DataToLoad

src/types/index.ts:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11export interface DataToLoad {
12 provider: string
13 providerData: ProviderData
14 storageEngine: StorageEngine
15 storageRunning: boolean
16 schemaMap: SchemaMap | undefined
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected