Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBMB/XAgent
/ Fn
Interface
Fn
XAgentWeb/types/index.ts:1–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
declare
interface
Fn<T = any, R = T> {
2
(...arg: T[]): R
3
}
4
5
export
interface
AxiosResponse<T = any> {
6
data: T
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected