MCPcopy 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

1declare interface Fn<T = any, R = T> {
2 (...arg: T[]): R
3}
4
5export interface AxiosResponse<T = any> {
6 data: T

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected