Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/damms005/devdb-vscode
/ ForeignKey
Interface
ForeignKey
src/types.ts:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
export
interface
ForeignKey {
23
table: string,
24
column: string,
25
}
26
27
export
type
EngineProviderOption = {
28
provider: string,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected