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

Interface ApiInfo

src/gradio/client.ts:860–867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

858 returns: T[];
859}
860interface ApiInfo<T extends ApiData | JsApiData> {
861 named_endpoints: {
862 [key: string]: EndpointInfo<T>;
863 };
864 unnamed_endpoints: {
865 [key: string]: EndpointInfo<T>;
866 };
867}
868
869function get_type(
870 type: { [key: string]: any },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected