Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/experdot/pointer
/ GetModelsResult
Interface
GetModelsResult
src/preload/index.d.ts:47–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
export
interface
GetModelsResult {
48
success: boolean
49
models?: string[]
50
error?: string
51
}
52
53
declare global {
54
interface
Window {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected