Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/experdot/pointer
/ GetModelsResult
Interface
GetModelsResult
src/preload/index.d.ts:23–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
export
interface
GetModelsResult {
24
success: boolean
25
models?: string[]
26
error?: string
27
}
28
29
export
interface
UpdateInfo {
30
version: string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected