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

Interface CloudGraphConfig

src/types/index.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected