MCPcopy
hub / github.com/erictik/midjourney-api / EndpointInfo

Interface EndpointInfo

src/gradio/client.ts:856–859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

854}
855
856interface EndpointInfo<T extends ApiData | JsApiData> {
857 parameters: T[];
858 returns: T[];
859}
860interface ApiInfo<T extends ApiData | JsApiData> {
861 named_endpoints: {
862 [key: string]: EndpointInfo<T>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected